Class: Aws::Macie2::Types::AccountDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::AccountDetail
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Note:
When making an API call, you may pass AccountDetail data as a hash:
{
account_id: "__string", # required
email: "__string", # required
}
Specifies the details of an account to associate with an Amazon Macie administrator account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#account_id ⇒ String
104 105 106 107 108 109 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 104 class AccountDetail < Struct.new( :account_id, :email) SENSITIVE = [] include Aws::Structure end |
#email ⇒ String
104 105 106 107 108 109 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 104 class AccountDetail < Struct.new( :account_id, :email) SENSITIVE = [] include Aws::Structure end |