Class: Aws::Detective::Types::Account
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::Account
- Defined in:
- gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb
Overview
Note:
When making an API call, you may pass Account data as a hash:
{
account_id: "AccountId", # required
email_address: "EmailAddress", # required
}
An AWS account that is the master of or a member of a behavior graph.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account identifier of the AWS account.
-
#email_address ⇒ String
The AWS account root user email address for the AWS account.