Class: Aws::Detective::Types::BatchGetMembershipDatasourcesRequest

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

#graph_arnsArray<String>

The ARN of the behavior graph.

Returns:

  • (Array<String>)


155
156
157
158
159
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 155

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