Class: Aws::SecurityHub::Types::GetMembersRequest

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 Security Hub member accounts to return the details for.

Returns:

  • (Array<String>)


25644
25645
25646
25647
25648
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25644

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