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.
4024 4025 4026 4027 4028 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4024 class GetDelegatedAdminAccountResponse < Struct.new( :delegated_admin) SENSITIVE = [] include Aws::Structure end |