Class: Aws::SecurityHub::Types::DisassociateMembersRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsArray<String>

The account IDs of the member accounts to disassociate from the administrator account.

Returns:

  • (Array<String>)


24546
24547
24548
24549
24550
# File 'lib/aws-sdk-securityhub/types.rb', line 24546

class DisassociateMembersRequest < Struct.new(
  :account_ids)
  SENSITIVE = []
  include Aws::Structure
end