Class: Aws::Detective::Types::BatchGetGraphMemberDatasourcesRequest

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 accounts to get data source package information on.

Returns:

  • (Array<String>)


123
124
125
126
127
128
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 123

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

#graph_arnString

The ARN of the behavior graph.

Returns:

  • (String)


123
124
125
126
127
128
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 123

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