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.
11377 11378 11379 |
# File 'sig/types.rbs', line 11377 def analysis_defaults @analysis_defaults end |
#calculated_fields ⇒ ::Array[Types::CalculatedField]
Returns the value of attribute calculated_fields.
11373 11374 11375 |
# File 'sig/types.rbs', line 11373 def calculated_fields @calculated_fields end |
#column_configurations ⇒ ::Array[Types::ColumnConfiguration]
Returns the value of attribute column_configurations.
11376 11377 11378 |
# File 'sig/types.rbs', line 11376 def column_configurations @column_configurations end |
#data_set_configurations ⇒ ::Array[Types::DataSetConfiguration]
Returns the value of attribute data_set_configurations.
11369 11370 11371 |
# File 'sig/types.rbs', line 11369 def data_set_configurations @data_set_configurations end |
#filter_groups ⇒ ::Array[Types::FilterGroup]
Returns the value of attribute filter_groups.
11375 11376 11377 |
# File 'sig/types.rbs', line 11375 def filter_groups @filter_groups end |
#options ⇒ Types::AssetOptions
Returns the value of attribute options.
11378 11379 11380 |
# File 'sig/types.rbs', line 11378 def @options end |
#parameter_declarations ⇒ ::Array[Types::ParameterDeclaration]
Returns the value of attribute parameter_declarations.
11374 11375 11376 |
# File 'sig/types.rbs', line 11374 def parameter_declarations @parameter_declarations end |
#query_execution_options ⇒ Types::QueryExecutionOptions
Returns the value of attribute query_execution_options.
11379 11380 11381 |
# File 'sig/types.rbs', line 11379 def @query_execution_options end |
#sheets ⇒ ::Array[Types::SheetDefinition]
Returns the value of attribute sheets.
11371 11372 11373 |
# File 'sig/types.rbs', line 11371 def sheets @sheets end |
#static_files ⇒ ::Array[Types::StaticFile]
Returns the value of attribute static_files.
11380 11381 11382 |
# File 'sig/types.rbs', line 11380 def static_files @static_files end |
#tooltip_sheets ⇒ ::Array[Types::TooltipSheetDefinition]
Returns the value of attribute tooltip_sheets.
11372 11373 11374 |
# File 'sig/types.rbs', line 11372 def tooltip_sheets @tooltip_sheets end |
#topic_configurations ⇒ ::Array[Types::TopicConfiguration]
Returns the value of attribute topic_configurations.
11370 11371 11372 |
# File 'sig/types.rbs', line 11370 def topic_configurations @topic_configurations end |