Class: Aws::Types::CollaborationAnalysisTemplate
- Inherits:
-
Object
- Object
- Aws::Types::CollaborationAnalysisTemplate
- 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.
-
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
-
#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.
-
#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.
455 456 457 |
# File 'sig/types.rbs', line 455 def analysis_parameters @analysis_parameters end |
#arn ⇒ ::String
Returns the value of attribute arn.
443 444 445 |
# File 'sig/types.rbs', line 443 def arn @arn end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
445 446 447 |
# File 'sig/types.rbs', line 445 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
444 445 446 |
# File 'sig/types.rbs', line 444 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
449 450 451 |
# File 'sig/types.rbs', line 449 def create_time @create_time end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
447 448 449 |
# File 'sig/types.rbs', line 447 def creator_account_id @creator_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
446 447 448 |
# File 'sig/types.rbs', line 446 def description @description end |
#error_message_configuration ⇒ Types::ErrorMessageConfiguration
Returns the value of attribute error_message_configuration.
457 458 459 |
# File 'sig/types.rbs', line 457 def @error_message_configuration end |
#format ⇒ "SQL", "PYSPARK_1_0"
Returns the value of attribute format.
452 453 454 |
# File 'sig/types.rbs', line 452 def format @format end |
#id ⇒ ::String
Returns the value of attribute id.
442 443 444 |
# File 'sig/types.rbs', line 442 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
448 449 450 |
# File 'sig/types.rbs', line 448 def name @name end |
#schema ⇒ Types::AnalysisSchema
Returns the value of attribute schema.
451 452 453 |
# File 'sig/types.rbs', line 451 def schema @schema end |
#source ⇒ Types::AnalysisSource
Returns the value of attribute source.
453 454 455 |
# File 'sig/types.rbs', line 453 def source @source end |
#source_metadata ⇒ Types::AnalysisSourceMetadata
Returns the value of attribute source_metadata.
454 455 456 |
# File 'sig/types.rbs', line 454 def @source_metadata end |
#synthetic_data_parameters ⇒ Types::SyntheticDataParameters
Returns the value of attribute synthetic_data_parameters.
458 459 460 |
# File 'sig/types.rbs', line 458 def synthetic_data_parameters @synthetic_data_parameters end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
450 451 452 |
# File 'sig/types.rbs', line 450 def update_time @update_time end |
#validations ⇒ ::Array[Types::AnalysisTemplateValidationStatusDetail]
Returns the value of attribute validations.
456 457 458 |
# File 'sig/types.rbs', line 456 def validations @validations end |