Class: Aws::Detective::Types::BatchGetMembershipDatasourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::BatchGetMembershipDatasourcesResponse
- Defined in:
- gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#membership_datasources ⇒ Array<Types::MembershipDatasources>
Details on the data source package history for an member of the behavior graph.
-
#unprocessed_graphs ⇒ Array<Types::UnprocessedGraph>
Graphs that data source package information could not be retrieved for.
Instance Attribute Details
#membership_datasources ⇒ Array<Types::MembershipDatasources>
Details on the data source package history for an member of the behavior graph.
173 174 175 176 177 178 |
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 173 class BatchGetMembershipDatasourcesResponse < Struct.new( :membership_datasources, :unprocessed_graphs) SENSITIVE = [] include Aws::Structure end |
#unprocessed_graphs ⇒ Array<Types::UnprocessedGraph>
Graphs that data source package information could not be retrieved for.
173 174 175 176 177 178 |
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 173 class BatchGetMembershipDatasourcesResponse < Struct.new( :membership_datasources, :unprocessed_graphs) SENSITIVE = [] include Aws::Structure end |