Class: Aws::GuardDuty::Types::AdminAccount
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::AdminAccount
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
The account within the organization specified as the GuardDuty delegated administrator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#admin_account_id ⇒ String
The Amazon Web Services account ID for the account.
-
#admin_status ⇒ String
Indicates whether the account is enabled as the delegated administrator.
Instance Attribute Details
#admin_account_id ⇒ String
The Amazon Web Services account ID for the account.
330 331 332 333 334 335 |
# File 'lib/aws-sdk-guardduty/types.rb', line 330 class AdminAccount < Struct.new( :admin_account_id, :admin_status) SENSITIVE = [] include Aws::Structure end |
#admin_status ⇒ String
Indicates whether the account is enabled as the delegated administrator.
330 331 332 333 334 335 |
# File 'lib/aws-sdk-guardduty/types.rb', line 330 class AdminAccount < Struct.new( :admin_account_id, :admin_status) SENSITIVE = [] include Aws::Structure end |