AccountInfo

A structure that contains the following account information elements:

  • Your Amazon QuickSight account name.

  • The edition of Amazon QuickSight that your account is using.

  • The notification email address that is associated with the Amazon QuickSight account.

  • The authentication type of the Amazon QuickSight account.

  • The status of the Amazon QuickSight account's subscription.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The account name that you provided for the Amazon QuickSight subscription in your Amazon Web Services account. You create this name when you sign up for Amazon QuickSight. It's unique over all of Amazon Web Services, and it appears only when users sign in.

Link copied to clipboard

The status of your account subscription.

Link copied to clipboard

The way that your Amazon QuickSight account is authenticated.

Link copied to clipboard

The edition of your Amazon QuickSight account.

Link copied to clipboard

The Amazon Resource Name (ARN) for the IAM Identity Center instance.

Link copied to clipboard

The email address that will be used for Amazon QuickSight to send notifications regarding your Amazon Web Services account or Amazon QuickSight subscription.

Functions

Link copied to clipboard
inline fun copy(block: AccountInfo.Builder.() -> Unit = {}): AccountInfo
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String