Class: Aws::Types::AnalysisTemplate
- Inherits:
-
Object
- Object
- Aws::Types::AnalysisTemplate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_parameters ⇒ ::Array[Types::AnalysisParameter]
Returns the value of attribute analysis_parameters.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
-
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#error_message_configuration ⇒ Types::ErrorMessageConfiguration
Returns the value of attribute error_message_configuration.
-
#format ⇒ "SQL", "PYSPARK_1_0"
Returns the value of attribute format.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
-
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#schema ⇒ Types::AnalysisSchema
Returns the value of attribute schema.
-
#source ⇒ Types::AnalysisSource
Returns the value of attribute source.
-
#source_metadata ⇒ Types::AnalysisSourceMetadata
Returns the value of attribute source_metadata.
-
#synthetic_data_parameters ⇒ Types::SyntheticDataParameters
Returns the value of attribute synthetic_data_parameters.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
-
#validations ⇒ ::Array[Types::AnalysisTemplateValidationStatusDetail]
Returns the value of attribute validations.
Instance Attribute Details
#analysis_parameters ⇒ ::Array[Types::AnalysisParameter]
Returns the value of attribute analysis_parameters.
241 242 243 |
# File 'sig/types.rbs', line 241 def analysis_parameters @analysis_parameters end |
#arn ⇒ ::String
Returns the value of attribute arn.
228 229 230 |
# File 'sig/types.rbs', line 228 def arn @arn end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
230 231 232 |
# File 'sig/types.rbs', line 230 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
229 230 231 |
# File 'sig/types.rbs', line 229 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
235 236 237 |
# File 'sig/types.rbs', line 235 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
233 234 235 |
# File 'sig/types.rbs', line 233 def description @description end |
#error_message_configuration ⇒ Types::ErrorMessageConfiguration
Returns the value of attribute error_message_configuration.
243 244 245 |
# File 'sig/types.rbs', line 243 def @error_message_configuration end |
#format ⇒ "SQL", "PYSPARK_1_0"
Returns the value of attribute format.
238 239 240 |
# File 'sig/types.rbs', line 238 def format @format end |
#id ⇒ ::String
Returns the value of attribute id.
227 228 229 |
# File 'sig/types.rbs', line 227 def id @id end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
232 233 234 |
# File 'sig/types.rbs', line 232 def membership_arn @membership_arn end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
231 232 233 |
# File 'sig/types.rbs', line 231 def membership_id @membership_id end |
#name ⇒ ::String
Returns the value of attribute name.
234 235 236 |
# File 'sig/types.rbs', line 234 def name @name end |
#schema ⇒ Types::AnalysisSchema
Returns the value of attribute schema.
237 238 239 |
# File 'sig/types.rbs', line 237 def schema @schema end |
#source ⇒ Types::AnalysisSource
Returns the value of attribute source.
239 240 241 |
# File 'sig/types.rbs', line 239 def source @source end |
#source_metadata ⇒ Types::AnalysisSourceMetadata
Returns the value of attribute source_metadata.
240 241 242 |
# File 'sig/types.rbs', line 240 def @source_metadata end |
#synthetic_data_parameters ⇒ Types::SyntheticDataParameters
Returns the value of attribute synthetic_data_parameters.
244 245 246 |
# File 'sig/types.rbs', line 244 def synthetic_data_parameters @synthetic_data_parameters end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
236 237 238 |
# File 'sig/types.rbs', line 236 def update_time @update_time end |
#validations ⇒ ::Array[Types::AnalysisTemplateValidationStatusDetail]
Returns the value of attribute validations.
242 243 244 |
# File 'sig/types.rbs', line 242 def validations @validations end |