class Aws::AuditManager::Types::AWSAccount

The wrapper of account details, such as account ID, email address, and so on.

@note When making an API call, you may pass AWSAccount

data as a hash:

    {
      id: "AccountId",
      email_address: "EmailAddress",
      name: "AccountName",
    }

@!attribute [rw] id

The identifier for the specified account.
@return [String]

@!attribute [rw] email_address

The email address associated with the specified account.
@return [String]

@!attribute [rw] name

The name of the specified account.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/AWSAccount AWS API Documentation

Constants

SENSITIVE