Class: Aws::Macie2::Types::AdminAccount
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::AdminAccount
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides information about the delegated Amazon Macie administrator account for an organization in Organizations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #account_id ⇒ String
-
#status ⇒ String
The current status of an account as the delegated Amazon Macie administrator account for an organization in Organizations.
Instance Attribute Details
#account_id ⇒ String
131 132 133 134 135 136 |
# File 'lib/aws-sdk-macie2/types.rb', line 131 class AdminAccount < Struct.new( :account_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of an account as the delegated Amazon Macie administrator account for an organization in Organizations. Possible values are:
131 132 133 134 135 136 |
# File 'lib/aws-sdk-macie2/types.rb', line 131 class AdminAccount < Struct.new( :account_id, :status) SENSITIVE = [] include Aws::Structure end |