Class: Aws::SecurityHub::Types::DeleteMembersRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsArray<String>

The list of account IDs for the member accounts to delete.

Returns:

  • (Array<String>)


24109
24110
24111
24112
24113
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24109

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