Get Account Result
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)
Properties
Link copied to clipboard
The friendly name of the member account.
Link copied to clipboard
The method by which the account joined the organization.
Link copied to clipboard
The date the account became a part of the organization.
Link copied to clipboard
The status of the account in the organization.