Class: Aws::Detective::Types::BatchGetGraphMemberDatasourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::BatchGetGraphMemberDatasourcesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
The list of Amazon Web Services accounts to get data source package information on.
-
#graph_arn ⇒ String
The ARN of the behavior graph.
Instance Attribute Details
#account_ids ⇒ Array<String>
The list of Amazon Web Services accounts to get data source package information on.
123 124 125 126 127 128 |
# File 'lib/aws-sdk-detective/types.rb', line 123 class BatchGetGraphMemberDatasourcesRequest < Struct.new( :graph_arn, :account_ids) SENSITIVE = [] include Aws::Structure end |
#graph_arn ⇒ String
The ARN of the behavior graph.
123 124 125 126 127 128 |
# File 'lib/aws-sdk-detective/types.rb', line 123 class BatchGetGraphMemberDatasourcesRequest < Struct.new( :graph_arn, :account_ids) SENSITIVE = [] include Aws::Structure end |