Class: Aws::Inspector2::Types::GetDelegatedAdminAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::GetDelegatedAdminAccountResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delegated_admin ⇒ Types::DelegatedAdmin
The Amazon Web Services account ID of the Amazon Inspector delegated administrator.
Instance Attribute Details
#delegated_admin ⇒ Types::DelegatedAdmin
The Amazon Web Services account ID of the Amazon Inspector delegated administrator.
5299 5300 5301 5302 5303 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5299 class GetDelegatedAdminAccountResponse < Struct.new( :delegated_admin) SENSITIVE = [] include Aws::Structure end |