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.
927 928 929 |
# File 'sig/types.rbs', line 927 def analysis_parameters @analysis_parameters end |
#description ⇒ ::String
Returns the value of attribute description.
921 922 923 |
# File 'sig/types.rbs', line 921 def description @description end |
#error_message_configuration ⇒ Types::ErrorMessageConfiguration
Returns the value of attribute error_message_configuration.
929 930 931 |
# File 'sig/types.rbs', line 929 def @error_message_configuration end |
#format ⇒ "SQL", "PYSPARK_1_0"
Returns the value of attribute format.
924 925 926 |
# File 'sig/types.rbs', line 924 def format @format end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
922 923 924 |
# File 'sig/types.rbs', line 922 def membership_identifier @membership_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
923 924 925 |
# File 'sig/types.rbs', line 923 def name @name end |
#schema ⇒ Types::AnalysisSchema
Returns the value of attribute schema.
928 929 930 |
# File 'sig/types.rbs', line 928 def schema @schema end |
#source ⇒ Types::AnalysisSource
Returns the value of attribute source.
925 926 927 |
# File 'sig/types.rbs', line 925 def source @source end |
#synthetic_data_parameters ⇒ Types::SyntheticDataParameters
Returns the value of attribute synthetic_data_parameters.
930 931 932 |
# File 'sig/types.rbs', line 930 def synthetic_data_parameters @synthetic_data_parameters end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
926 927 928 |
# File 'sig/types.rbs', line 926 def @tags end |