Class: Aws::SecurityHub::Types::AdminAccount
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AdminAccount
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Represents a Security Hub administrator account designated by an organization management account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account identifier of the Security Hub administrator account.
-
#status ⇒ String
The current status of the Security Hub administrator account.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account identifier of the Security Hub administrator account.
307 308 309 310 311 312 |
# File 'lib/aws-sdk-securityhub/types.rb', line 307 class AdminAccount < Struct.new( :account_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator.
307 308 309 310 311 312 |
# File 'lib/aws-sdk-securityhub/types.rb', line 307 class AdminAccount < Struct.new( :account_id, :status) SENSITIVE = [] include Aws::Structure end |