Class: Aws::Types::TemplateVersionDefinition
- Inherits:
-
Object
- Object
- Aws::Types::TemplateVersionDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_defaults ⇒ Types::AnalysisDefaults
Returns the value of attribute analysis_defaults.
-
#calculated_fields ⇒ ::Array[Types::CalculatedField]
Returns the value of attribute calculated_fields.
-
#column_configurations ⇒ ::Array[Types::ColumnConfiguration]
Returns the value of attribute column_configurations.
-
#data_set_configurations ⇒ ::Array[Types::DataSetConfiguration]
Returns the value of attribute data_set_configurations.
-
#filter_groups ⇒ ::Array[Types::FilterGroup]
Returns the value of attribute filter_groups.
-
#options ⇒ Types::AssetOptions
Returns the value of attribute options.
-
#parameter_declarations ⇒ ::Array[Types::ParameterDeclaration]
Returns the value of attribute parameter_declarations.
-
#query_execution_options ⇒ Types::QueryExecutionOptions
Returns the value of attribute query_execution_options.
-
#sheets ⇒ ::Array[Types::SheetDefinition]
Returns the value of attribute sheets.
-
#static_files ⇒ ::Array[Types::StaticFile]
Returns the value of attribute static_files.
-
#tooltip_sheets ⇒ ::Array[Types::TooltipSheetDefinition]
Returns the value of attribute tooltip_sheets.
-
#topic_configurations ⇒ ::Array[Types::TopicConfiguration]
Returns the value of attribute topic_configurations.
Instance Attribute Details
#analysis_defaults ⇒ Types::AnalysisDefaults
Returns the value of attribute analysis_defaults.
10987 10988 10989 |
# File 'sig/types.rbs', line 10987 def analysis_defaults @analysis_defaults end |
#calculated_fields ⇒ ::Array[Types::CalculatedField]
Returns the value of attribute calculated_fields.
10983 10984 10985 |
# File 'sig/types.rbs', line 10983 def calculated_fields @calculated_fields end |
#column_configurations ⇒ ::Array[Types::ColumnConfiguration]
Returns the value of attribute column_configurations.
10986 10987 10988 |
# File 'sig/types.rbs', line 10986 def column_configurations @column_configurations end |
#data_set_configurations ⇒ ::Array[Types::DataSetConfiguration]
Returns the value of attribute data_set_configurations.
10979 10980 10981 |
# File 'sig/types.rbs', line 10979 def data_set_configurations @data_set_configurations end |
#filter_groups ⇒ ::Array[Types::FilterGroup]
Returns the value of attribute filter_groups.
10985 10986 10987 |
# File 'sig/types.rbs', line 10985 def filter_groups @filter_groups end |
#options ⇒ Types::AssetOptions
Returns the value of attribute options.
10988 10989 10990 |
# File 'sig/types.rbs', line 10988 def @options end |
#parameter_declarations ⇒ ::Array[Types::ParameterDeclaration]
Returns the value of attribute parameter_declarations.
10984 10985 10986 |
# File 'sig/types.rbs', line 10984 def parameter_declarations @parameter_declarations end |
#query_execution_options ⇒ Types::QueryExecutionOptions
Returns the value of attribute query_execution_options.
10989 10990 10991 |
# File 'sig/types.rbs', line 10989 def @query_execution_options end |
#sheets ⇒ ::Array[Types::SheetDefinition]
Returns the value of attribute sheets.
10981 10982 10983 |
# File 'sig/types.rbs', line 10981 def sheets @sheets end |
#static_files ⇒ ::Array[Types::StaticFile]
Returns the value of attribute static_files.
10990 10991 10992 |
# File 'sig/types.rbs', line 10990 def static_files @static_files end |
#tooltip_sheets ⇒ ::Array[Types::TooltipSheetDefinition]
Returns the value of attribute tooltip_sheets.
10982 10983 10984 |
# File 'sig/types.rbs', line 10982 def tooltip_sheets @tooltip_sheets end |
#topic_configurations ⇒ ::Array[Types::TopicConfiguration]
Returns the value of attribute topic_configurations.
10980 10981 10982 |
# File 'sig/types.rbs', line 10980 def topic_configurations @topic_configurations end |