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.
972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 972 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.
972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 972 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.
972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 972 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.
972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 972 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.
972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 972 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.
972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 972 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.
972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 972 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.
972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 972 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.
972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 972 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.
972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 972 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.
972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 972 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.
972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 972 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.
972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 972 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.
972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 972 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 |