Class: Aws::CleanRooms::Types::CollaborationAnalysisTemplateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CollaborationAnalysisTemplateSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
The metadata of the analysis template within a collaboration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the analysis template.
-
#collaboration_arn ⇒ String
The unique ARN for the analysis template’s associated collaboration.
-
#collaboration_id ⇒ String
A unique identifier for the collaboration that the analysis templates belong to.
-
#create_time ⇒ Time
The time that the summary of the analysis template in a collaboration was created.
-
#creator_account_id ⇒ String
The identifier used to reference members of the collaboration.
-
#description ⇒ String
The description of the analysis template.
-
#id ⇒ String
The identifier of the analysis template.
-
#is_synthetic_data ⇒ Boolean
Indicates if this collaboration analysis template uses synthetic data generation.
-
#name ⇒ String
The name of the analysis template.
-
#update_time ⇒ Time
The time that the summary of the analysis template in the collaboration was last updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the analysis template.
1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1521 class CollaborationAnalysisTemplateSummary < Struct.new( :arn, :create_time, :id, :name, :update_time, :collaboration_arn, :collaboration_id, :creator_account_id, :description, :is_synthetic_data) SENSITIVE = [] include Aws::Structure end |
#collaboration_arn ⇒ String
The unique ARN for the analysis template’s associated collaboration.
1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1521 class CollaborationAnalysisTemplateSummary < Struct.new( :arn, :create_time, :id, :name, :update_time, :collaboration_arn, :collaboration_id, :creator_account_id, :description, :is_synthetic_data) SENSITIVE = [] include Aws::Structure end |
#collaboration_id ⇒ String
A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.
1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1521 class CollaborationAnalysisTemplateSummary < Struct.new( :arn, :create_time, :id, :name, :update_time, :collaboration_arn, :collaboration_id, :creator_account_id, :description, :is_synthetic_data) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The time that the summary of the analysis template in a collaboration was created.
1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1521 class CollaborationAnalysisTemplateSummary < Struct.new( :arn, :create_time, :id, :name, :update_time, :collaboration_arn, :collaboration_id, :creator_account_id, :description, :is_synthetic_data) SENSITIVE = [] include Aws::Structure end |
#creator_account_id ⇒ String
The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1521 class CollaborationAnalysisTemplateSummary < Struct.new( :arn, :create_time, :id, :name, :update_time, :collaboration_arn, :collaboration_id, :creator_account_id, :description, :is_synthetic_data) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the analysis template.
1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1521 class CollaborationAnalysisTemplateSummary < Struct.new( :arn, :create_time, :id, :name, :update_time, :collaboration_arn, :collaboration_id, :creator_account_id, :description, :is_synthetic_data) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the analysis template.
1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1521 class CollaborationAnalysisTemplateSummary < Struct.new( :arn, :create_time, :id, :name, :update_time, :collaboration_arn, :collaboration_id, :creator_account_id, :description, :is_synthetic_data) SENSITIVE = [] include Aws::Structure end |
#is_synthetic_data ⇒ Boolean
Indicates if this collaboration analysis template uses synthetic data generation.
1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1521 class CollaborationAnalysisTemplateSummary < Struct.new( :arn, :create_time, :id, :name, :update_time, :collaboration_arn, :collaboration_id, :creator_account_id, :description, :is_synthetic_data) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the analysis template.
1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1521 class CollaborationAnalysisTemplateSummary < Struct.new( :arn, :create_time, :id, :name, :update_time, :collaboration_arn, :collaboration_id, :creator_account_id, :description, :is_synthetic_data) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The time that the summary of the analysis template in the collaboration was last updated.
1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1521 class CollaborationAnalysisTemplateSummary < Struct.new( :arn, :create_time, :id, :name, :update_time, :collaboration_arn, :collaboration_id, :creator_account_id, :description, :is_synthetic_data) SENSITIVE = [] include Aws::Structure end |