Class: Aws::Detective::Types::BatchGetGraphMemberDatasourcesResponse

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

#member_datasourcesArray<Types::MembershipDatasources>

Details on the status of data source packages for members of the behavior graph.

Returns:



142
143
144
145
146
147
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 142

class BatchGetGraphMemberDatasourcesResponse < Struct.new(
  :member_datasources,
  :unprocessed_accounts)
  SENSITIVE = []
  include Aws::Structure
end

#unprocessed_accountsArray<Types::UnprocessedAccount>

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

Returns:



142
143
144
145
146
147
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 142

class BatchGetGraphMemberDatasourcesResponse < Struct.new(
  :member_datasources,
  :unprocessed_accounts)
  SENSITIVE = []
  include Aws::Structure
end