Class: Aws::Inspector2::Types::EnableDelegatedAdminAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::EnableDelegatedAdminAccountResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delegated_admin_account_id ⇒ String
The Amazon Web Services account ID of the successfully Amazon Inspector delegated administrator.
Instance Attribute Details
#delegated_admin_account_id ⇒ String
The Amazon Web Services account ID of the successfully Amazon Inspector delegated administrator.
2986 2987 2988 2989 2990 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2986 class EnableDelegatedAdminAccountResponse < Struct.new( :delegated_admin_account_id) SENSITIVE = [] include Aws::Structure end |