Class: Aws::SecurityHub::Types::DisassociateMembersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DisassociateMembersRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
The account IDs of the member accounts to disassociate from the administrator account.
Instance Attribute Details
#account_ids ⇒ Array<String>
The account IDs of the member accounts to disassociate from the administrator account.
24537 24538 24539 24540 24541 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24537 class DisassociateMembersRequest < Struct.new( :account_ids) SENSITIVE = [] include Aws::Structure end |