Class: Aws::Detective::Types::BatchGetMembershipDatasourcesResponse

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

#membership_datasourcesArray<Types::MembershipDatasources>

Details on the data source package history for an member of the behavior graph.

Returns:



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_graphsArray<Types::UnprocessedGraph>

Graphs that data source package information could not be retrieved for.

Returns:



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