Class: Aws::Inspector2::Types::DelegatedAdminAccount
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::DelegatedAdminAccount
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Details of the Amazon Inspector delegated administrator for your organization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID of the Amazon Inspector delegated administrator for your organization.
-
#status ⇒ String
The status of the Amazon Inspector delegated administrator.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID of the Amazon Inspector delegated administrator for your organization.
2490 2491 2492 2493 2494 2495 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2490 class DelegatedAdminAccount < Struct.new( :account_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the Amazon Inspector delegated administrator.
2490 2491 2492 2493 2494 2495 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2490 class DelegatedAdminAccount < Struct.new( :account_id, :status) SENSITIVE = [] include Aws::Structure end |