Class: Aws::Detective::Types::MembershipDatasources
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::MembershipDatasources
- 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
-
#account_id ⇒ String
The account identifier of the Amazon Web Services account.
-
#datasource_package_ingest_history ⇒ Hash<String,Hash<String,Types::TimestampForCollection>>
Details on when a data source package was added to a behavior graph.
-
#graph_arn ⇒ String
The ARN of the organization behavior graph.
Instance Attribute Details
#account_id ⇒ String
The account identifier of the Amazon Web Services account.
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_history ⇒ Hash<String,Hash<String,Types::TimestampForCollection>>
Details on when a data source package was added to a behavior graph.
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_arn ⇒ String
The ARN of the organization behavior graph.
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 |