Class: Aws::SecurityHub::Types::DisableOrganizationAdminAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DisableOrganizationAdminAccountRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#admin_account_id ⇒ String
The Amazon Web Services account identifier of the Security Hub administrator account.
Instance Attribute Details
#admin_account_id ⇒ String
The Amazon Web Services account identifier of the Security Hub administrator account.
24490 24491 24492 24493 24494 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24490 class DisableOrganizationAdminAccountRequest < Struct.new( :admin_account_id) SENSITIVE = [] include Aws::Structure end |