Class: Aws::Macie2::Types::AccountDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::AccountDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
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
87 88 89 90 91 92 |
# File 'lib/aws-sdk-macie2/types.rb', line 87 class AccountDetail < Struct.new( :account_id, :email) SENSITIVE = [] include Aws::Structure end |
#email ⇒ String
87 88 89 90 91 92 |
# File 'lib/aws-sdk-macie2/types.rb', line 87 class AccountDetail < Struct.new( :account_id, :email) SENSITIVE = [] include Aws::Structure end |