class Aws::SecurityHub::Types::AccountDetails

The details of an Amazon Web Services account.

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

data as a hash:

    {
      account_id: "AccountId", # required
      email: "NonEmptyString",
    }

@!attribute [rw] account_id

The ID of an Amazon Web Services account.
@return [String]

@!attribute [rw] email

The email of an Amazon Web Services account.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AccountDetails AWS API Documentation

Constants

SENSITIVE