Class: Aws::Inspector2::Types::DisableDelegatedAdminAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::DisableDelegatedAdminAccountResponse
- Defined in:
- gems/aws-sdk-inspector2/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 disabled delegated administrator.
Instance Attribute Details
#delegated_admin_account_id ⇒ String
The Amazon Web Services account ID of the successfully disabled delegated administrator.
2616 2617 2618 2619 2620 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2616 class DisableDelegatedAdminAccountResponse < Struct.new( :delegated_admin_account_id) SENSITIVE = [] include Aws::Structure end |