Class: Aws::CleanRooms::Types::AnalysisTemplateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::AnalysisTemplateSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
The metadata of the analysis template.
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 summary’s associated collaboration.
-
#collaboration_id ⇒ String
A unique identifier for the collaboration that the analysis template summary belongs to.
-
#create_time ⇒ Time
The time that the analysis template summary was created.
-
#description ⇒ String
The description of the analysis template.
-
#id ⇒ String
The identifier of the analysis template.
-
#membership_arn ⇒ String
The Amazon Resource Name (ARN) of the member who created the analysis template.
-
#membership_id ⇒ String
The identifier for a membership resource.
-
#name ⇒ String
The name of the analysis template.
-
#update_time ⇒ Time
The time that the analysis template summary was last updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the analysis template.
551 552 553 554 555 556 557 558 559 560 561 562 563 564 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 551 class AnalysisTemplateSummary < Struct.new( :arn, :create_time, :id, :name, :update_time, :membership_arn, :membership_id, :collaboration_arn, :collaboration_id, :description) SENSITIVE = [] include Aws::Structure end |
#collaboration_arn ⇒ String
The unique ARN for the analysis template summary’s associated collaboration.
551 552 553 554 555 556 557 558 559 560 561 562 563 564 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 551 class AnalysisTemplateSummary < Struct.new( :arn, :create_time, :id, :name, :update_time, :membership_arn, :membership_id, :collaboration_arn, :collaboration_id, :description) SENSITIVE = [] include Aws::Structure end |
#collaboration_id ⇒ String
A unique identifier for the collaboration that the analysis template summary belongs to. Currently accepts collaboration ID.
551 552 553 554 555 556 557 558 559 560 561 562 563 564 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 551 class AnalysisTemplateSummary < Struct.new( :arn, :create_time, :id, :name, :update_time, :membership_arn, :membership_id, :collaboration_arn, :collaboration_id, :description) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The time that the analysis template summary was created.
551 552 553 554 555 556 557 558 559 560 561 562 563 564 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 551 class AnalysisTemplateSummary < Struct.new( :arn, :create_time, :id, :name, :update_time, :membership_arn, :membership_id, :collaboration_arn, :collaboration_id, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the analysis template.
551 552 553 554 555 556 557 558 559 560 561 562 563 564 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 551 class AnalysisTemplateSummary < Struct.new( :arn, :create_time, :id, :name, :update_time, :membership_arn, :membership_id, :collaboration_arn, :collaboration_id, :description) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the analysis template.
551 552 553 554 555 556 557 558 559 560 561 562 563 564 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 551 class AnalysisTemplateSummary < Struct.new( :arn, :create_time, :id, :name, :update_time, :membership_arn, :membership_id, :collaboration_arn, :collaboration_id, :description) SENSITIVE = [] include Aws::Structure end |
#membership_arn ⇒ String
The Amazon Resource Name (ARN) of the member who created the analysis template.
551 552 553 554 555 556 557 558 559 560 561 562 563 564 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 551 class AnalysisTemplateSummary < Struct.new( :arn, :create_time, :id, :name, :update_time, :membership_arn, :membership_id, :collaboration_arn, :collaboration_id, :description) SENSITIVE = [] include Aws::Structure end |
#membership_id ⇒ String
The identifier for a membership resource.
551 552 553 554 555 556 557 558 559 560 561 562 563 564 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 551 class AnalysisTemplateSummary < Struct.new( :arn, :create_time, :id, :name, :update_time, :membership_arn, :membership_id, :collaboration_arn, :collaboration_id, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the analysis template.
551 552 553 554 555 556 557 558 559 560 561 562 563 564 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 551 class AnalysisTemplateSummary < Struct.new( :arn, :create_time, :id, :name, :update_time, :membership_arn, :membership_id, :collaboration_arn, :collaboration_id, :description) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The time that the analysis template summary was last updated.
551 552 553 554 555 556 557 558 559 560 561 562 563 564 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 551 class AnalysisTemplateSummary < Struct.new( :arn, :create_time, :id, :name, :update_time, :membership_arn, :membership_id, :collaboration_arn, :collaboration_id, :description) SENSITIVE = [] include Aws::Structure end |