GetAccountResult

data class GetAccountResult(val accountId: String? = null, val accountName: String? = null, val arn: String? = null, val email: String? = null, val joinedMethod: AccountJoinedMethod? = null, val joinedTimestamp: String? = null, val parentIds: List<String>? = null, val status: AccountStatus? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(accountId: String? = null, accountName: String? = null, arn: String? = null, email: String? = null, joinedMethod: AccountJoinedMethod? = null, joinedTimestamp: String? = null, parentIds: List<String>? = null, status: AccountStatus? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountId: String? = null

If the account was created successfully, the unique identifier (ID) of the new account.

Link copied to clipboard
val accountName: String? = null

The friendly name of the member account.

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the account.

Link copied to clipboard
val email: String? = null

The email address of the owner to assign to the new member account.

Link copied to clipboard

The method by which the account joined the organization.

Link copied to clipboard
val joinedTimestamp: String? = null

The date the account became a part of the organization.

Link copied to clipboard
val parentIds: List<String>? = null

List of parent nodes for the member account. Currently only one parent at a time is supported. Default is root.

Link copied to clipboard
val status: AccountStatus? = null

The status of the account in the organization.

Link copied to clipboard
val tags: List<Tag>? = null

A list of tags that you want to attach to the newly created account. For each tag in the list, you must specify both a tag key and a value.