Class: Aws::CleanRooms::Types::CollaborationAnalysisTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CollaborationAnalysisTemplate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
The analysis template within a collaboration.
Constant Summary collapse
- SENSITIVE =
[:source, :analysis_parameters]
Instance Attribute Summary collapse
-
#analysis_parameters ⇒ Array<Types::AnalysisParameter>
The analysis parameters that have been specified in the analysis template.
-
#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 analysis template within 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.
-
#format ⇒ String
The format of the analysis template in the collaboration.
-
#id ⇒ String
The identifier of the analysis template.
-
#name ⇒ String
The name of the analysis template.
-
#schema ⇒ Types::AnalysisSchema
The entire schema object.
-
#source ⇒ Types::AnalysisSource
The source of the analysis template within a collaboration.
-
#update_time ⇒ Time
The time that the analysis template in the collaboration was last updated.
-
#validations ⇒ Array<Types::AnalysisTemplateValidationStatusDetail>
The validations that were performed.
Instance Attribute Details
#analysis_parameters ⇒ Array<Types::AnalysisParameter>
The analysis parameters that have been specified in the analysis template.
1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1001 class CollaborationAnalysisTemplate < Struct.new( :id, :arn, :collaboration_id, :collaboration_arn, :description, :creator_account_id, :name, :create_time, :update_time, :schema, :format, :source, :analysis_parameters, :validations) SENSITIVE = [:source, :analysis_parameters] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the analysis template.
1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1001 class CollaborationAnalysisTemplate < Struct.new( :id, :arn, :collaboration_id, :collaboration_arn, :description, :creator_account_id, :name, :create_time, :update_time, :schema, :format, :source, :analysis_parameters, :validations) SENSITIVE = [:source, :analysis_parameters] include Aws::Structure end |
#collaboration_arn ⇒ String
The unique ARN for the analysis template’s associated collaboration.
1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1001 class CollaborationAnalysisTemplate < Struct.new( :id, :arn, :collaboration_id, :collaboration_arn, :description, :creator_account_id, :name, :create_time, :update_time, :schema, :format, :source, :analysis_parameters, :validations) SENSITIVE = [:source, :analysis_parameters] include Aws::Structure end |
#collaboration_id ⇒ String
A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.
1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1001 class CollaborationAnalysisTemplate < Struct.new( :id, :arn, :collaboration_id, :collaboration_arn, :description, :creator_account_id, :name, :create_time, :update_time, :schema, :format, :source, :analysis_parameters, :validations) SENSITIVE = [:source, :analysis_parameters] include Aws::Structure end |
#create_time ⇒ Time
The time that the analysis template within a collaboration was created.
1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1001 class CollaborationAnalysisTemplate < Struct.new( :id, :arn, :collaboration_id, :collaboration_arn, :description, :creator_account_id, :name, :create_time, :update_time, :schema, :format, :source, :analysis_parameters, :validations) SENSITIVE = [:source, :analysis_parameters] 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.
1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1001 class CollaborationAnalysisTemplate < Struct.new( :id, :arn, :collaboration_id, :collaboration_arn, :description, :creator_account_id, :name, :create_time, :update_time, :schema, :format, :source, :analysis_parameters, :validations) SENSITIVE = [:source, :analysis_parameters] include Aws::Structure end |
#description ⇒ String
The description of the analysis template.
1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1001 class CollaborationAnalysisTemplate < Struct.new( :id, :arn, :collaboration_id, :collaboration_arn, :description, :creator_account_id, :name, :create_time, :update_time, :schema, :format, :source, :analysis_parameters, :validations) SENSITIVE = [:source, :analysis_parameters] include Aws::Structure end |
#format ⇒ String
The format of the analysis template in the collaboration.
1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1001 class CollaborationAnalysisTemplate < Struct.new( :id, :arn, :collaboration_id, :collaboration_arn, :description, :creator_account_id, :name, :create_time, :update_time, :schema, :format, :source, :analysis_parameters, :validations) SENSITIVE = [:source, :analysis_parameters] include Aws::Structure end |
#id ⇒ String
The identifier of the analysis template.
1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1001 class CollaborationAnalysisTemplate < Struct.new( :id, :arn, :collaboration_id, :collaboration_arn, :description, :creator_account_id, :name, :create_time, :update_time, :schema, :format, :source, :analysis_parameters, :validations) SENSITIVE = [:source, :analysis_parameters] include Aws::Structure end |
#name ⇒ String
The name of the analysis template.
1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1001 class CollaborationAnalysisTemplate < Struct.new( :id, :arn, :collaboration_id, :collaboration_arn, :description, :creator_account_id, :name, :create_time, :update_time, :schema, :format, :source, :analysis_parameters, :validations) SENSITIVE = [:source, :analysis_parameters] include Aws::Structure end |
#schema ⇒ Types::AnalysisSchema
The entire schema object.
1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1001 class CollaborationAnalysisTemplate < Struct.new( :id, :arn, :collaboration_id, :collaboration_arn, :description, :creator_account_id, :name, :create_time, :update_time, :schema, :format, :source, :analysis_parameters, :validations) SENSITIVE = [:source, :analysis_parameters] include Aws::Structure end |
#source ⇒ Types::AnalysisSource
The source of the analysis template within a collaboration.
1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1001 class CollaborationAnalysisTemplate < Struct.new( :id, :arn, :collaboration_id, :collaboration_arn, :description, :creator_account_id, :name, :create_time, :update_time, :schema, :format, :source, :analysis_parameters, :validations) SENSITIVE = [:source, :analysis_parameters] include Aws::Structure end |
#update_time ⇒ Time
The time that the analysis template in the collaboration was last updated.
1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1001 class CollaborationAnalysisTemplate < Struct.new( :id, :arn, :collaboration_id, :collaboration_arn, :description, :creator_account_id, :name, :create_time, :update_time, :schema, :format, :source, :analysis_parameters, :validations) SENSITIVE = [:source, :analysis_parameters] include Aws::Structure end |
#validations ⇒ Array<Types::AnalysisTemplateValidationStatusDetail>
The validations that were performed.
1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1001 class CollaborationAnalysisTemplate < Struct.new( :id, :arn, :collaboration_id, :collaboration_arn, :description, :creator_account_id, :name, :create_time, :update_time, :schema, :format, :source, :analysis_parameters, :validations) SENSITIVE = [:source, :analysis_parameters] include Aws::Structure end |