Class: Aws::Inspector2::Types::DelegatedAdmin
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::DelegatedAdmin
- 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.
-
#relationship_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.
2469 2470 2471 2472 2473 2474 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2469 class DelegatedAdmin < Struct.new( :account_id, :relationship_status) SENSITIVE = [] include Aws::Structure end |
#relationship_status ⇒ String
The status of the Amazon Inspector delegated administrator.
2469 2470 2471 2472 2473 2474 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2469 class DelegatedAdmin < Struct.new( :account_id, :relationship_status) SENSITIVE = [] include Aws::Structure end |