class Aws::Organizations::Types::Account

Contains information about an AWS account that is a member of an organization.

@!attribute [rw] id

The unique identifier (ID) of the account.

The [regex pattern][1] for an account ID string requires exactly 12
digits.

[1]: http://wikipedia.org/wiki/regex
@return [String]

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see [ARN Formats
Supported by Organizations][1] in the *AWS Service Authorization
Reference*.

[1]: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies
@return [String]

@!attribute [rw] email

The email address associated with the AWS account.

The [regex pattern][1] for this parameter is a string of characters
that represents a standard internet email address.

[1]: http://wikipedia.org/wiki/regex
@return [String]

@!attribute [rw] name

The friendly name of the account.

The [regex pattern][1] that is used to validate this parameter is a
string of any of the characters in the ASCII character range.

[1]: http://wikipedia.org/wiki/regex
@return [String]

@!attribute [rw] status

The status of the account in the organization.
@return [String]

@!attribute [rw] joined_method

The method by which the account joined the organization.
@return [String]

@!attribute [rw] joined_timestamp

The date the account became a part of the organization.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/Account AWS API Documentation

Constants

SENSITIVE