Account

class Account

Contains information about an Amazon Web Services account that is a member of an organization.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the account.

Link copied to clipboard

The email address associated with the Amazon Web Services account.

Link copied to clipboard
val id: String?

The unique identifier (ID) of the 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
val name: String?

The friendly name of the account.

Link copied to clipboard

The status of the account in the organization.

Functions

Link copied to clipboard
inline fun copy(block: Account.Builder.() -> Unit = {}): Account
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