Class: Aws::Detective::Types::GetMembersRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsArray<String>

The list of Amazon Web Services account identifiers for the member account for which to return member details. You can request details for up to 50 member accounts at a time.

You cannot use GetMembers to retrieve information about member accounts that were removed from the behavior graph.

Returns:

  • (Array<String>)


609
610
611
612
613
614
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 609

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

#graph_arnString

The ARN of the behavior graph for which to request the member details.

Returns:

  • (String)


609
610
611
612
613
614
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 609

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