Class: Aws::Detective::Types::MembershipDatasources

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account identifier of the Amazon Web Services account.

Returns:

  • (String)


1407
1408
1409
1410
1411
1412
1413
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1407

class MembershipDatasources < Struct.new(
  :account_id,
  :graph_arn,
  :datasource_package_ingest_history)
  SENSITIVE = []
  include Aws::Structure
end

#datasource_package_ingest_historyHash<String,Hash<String,Types::TimestampForCollection>>

Details on when a data source package was added to a behavior graph.

Returns:



1407
1408
1409
1410
1411
1412
1413
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1407

class MembershipDatasources < Struct.new(
  :account_id,
  :graph_arn,
  :datasource_package_ingest_history)
  SENSITIVE = []
  include Aws::Structure
end

#graph_arnString

The ARN of the organization behavior graph.

Returns:

  • (String)


1407
1408
1409
1410
1411
1412
1413
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1407

class MembershipDatasources < Struct.new(
  :account_id,
  :graph_arn,
  :datasource_package_ingest_history)
  SENSITIVE = []
  include Aws::Structure
end