Class: Aws::Types::TimestreamConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TimestreamConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#dimension_mappings ⇒ ::Array[Types::DimensionMapping]
Returns the value of attribute dimension_mappings.
-
#measure_name_column ⇒ ::String
Returns the value of attribute measure_name_column.
-
#mixed_measure_mappings ⇒ ::Array[Types::MixedMeasureMapping]
Returns the value of attribute mixed_measure_mappings.
-
#multi_measure_mappings ⇒ Types::MultiMeasureMappings
Returns the value of attribute multi_measure_mappings.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#time_column ⇒ ::String
Returns the value of attribute time_column.
Instance Attribute Details
#database_name ⇒ ::String
Returns the value of attribute database_name.
470 471 472 |
# File 'sig/types.rbs', line 470 def database_name @database_name end |
#dimension_mappings ⇒ ::Array[Types::DimensionMapping]
Returns the value of attribute dimension_mappings.
473 474 475 |
# File 'sig/types.rbs', line 473 def dimension_mappings @dimension_mappings end |
#measure_name_column ⇒ ::String
Returns the value of attribute measure_name_column.
476 477 478 |
# File 'sig/types.rbs', line 476 def measure_name_column @measure_name_column end |
#mixed_measure_mappings ⇒ ::Array[Types::MixedMeasureMapping]
Returns the value of attribute mixed_measure_mappings.
475 476 477 |
# File 'sig/types.rbs', line 475 def mixed_measure_mappings @mixed_measure_mappings end |
#multi_measure_mappings ⇒ Types::MultiMeasureMappings
Returns the value of attribute multi_measure_mappings.
474 475 476 |
# File 'sig/types.rbs', line 474 def multi_measure_mappings @multi_measure_mappings end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
471 472 473 |
# File 'sig/types.rbs', line 471 def table_name @table_name end |
#time_column ⇒ ::String
Returns the value of attribute time_column.
472 473 474 |
# File 'sig/types.rbs', line 472 def time_column @time_column end |