Class: Aws::Inspector2::Types::DisableDelegatedAdminAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::DisableDelegatedAdminAccountRequest
- 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 current Amazon Inspector delegated administrator.
Instance Attribute Details
#delegated_admin_account_id ⇒ String
The Amazon Web Services account ID of the current Amazon Inspector delegated administrator.
2603 2604 2605 2606 2607 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2603 class DisableDelegatedAdminAccountRequest < Struct.new( :delegated_admin_account_id) SENSITIVE = [] include Aws::Structure end |