Class: Aws::Detective::Types::BatchGetMembershipDatasourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::BatchGetMembershipDatasourcesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#graph_arns ⇒ Array<String>
The ARN of the behavior graph.
Instance Attribute Details
#graph_arns ⇒ Array<String>
The ARN of the behavior graph.
155 156 157 158 159 |
# File 'lib/aws-sdk-detective/types.rb', line 155 class BatchGetMembershipDatasourcesRequest < Struct.new( :graph_arns) SENSITIVE = [] include Aws::Structure end |