Class: Aws::Types::CreateAnalysisTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateAnalysisTemplateInput
- 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.
-
#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.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#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.
-
#synthetic_data_parameters ⇒ Types::SyntheticDataParameters
Returns the value of attribute synthetic_data_parameters.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#analysis_parameters ⇒ ::Array[Types::AnalysisParameter]
Returns the value of attribute analysis_parameters.
946 947 948 |
# File 'sig/types.rbs', line 946 def analysis_parameters @analysis_parameters end |
#description ⇒ ::String
Returns the value of attribute description.
940 941 942 |
# File 'sig/types.rbs', line 940 def description @description end |
#error_message_configuration ⇒ Types::ErrorMessageConfiguration
Returns the value of attribute error_message_configuration.
948 949 950 |
# File 'sig/types.rbs', line 948 def @error_message_configuration end |
#format ⇒ "SQL", "PYSPARK_1_0"
Returns the value of attribute format.
943 944 945 |
# File 'sig/types.rbs', line 943 def format @format end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
941 942 943 |
# File 'sig/types.rbs', line 941 def membership_identifier @membership_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
942 943 944 |
# File 'sig/types.rbs', line 942 def name @name end |
#schema ⇒ Types::AnalysisSchema
Returns the value of attribute schema.
947 948 949 |
# File 'sig/types.rbs', line 947 def schema @schema end |
#source ⇒ Types::AnalysisSource
Returns the value of attribute source.
944 945 946 |
# File 'sig/types.rbs', line 944 def source @source end |
#synthetic_data_parameters ⇒ Types::SyntheticDataParameters
Returns the value of attribute synthetic_data_parameters.
949 950 951 |
# File 'sig/types.rbs', line 949 def synthetic_data_parameters @synthetic_data_parameters end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
945 946 947 |
# File 'sig/types.rbs', line 945 def @tags end |