Class: Aws::Types::DataModel
- Inherits:
-
Object
- Object
- Aws::Types::DataModel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#time_column ⇒ ::String
Returns the value of attribute time_column.
-
#time_unit ⇒ "MILLISECONDS", ...
Returns the value of attribute time_unit.
Instance Attribute Details
#dimension_mappings ⇒ ::Array[Types::DimensionMapping]
Returns the value of attribute dimension_mappings.
114 115 116 |
# File 'sig/types.rbs', line 114 def dimension_mappings @dimension_mappings end |
#measure_name_column ⇒ ::String
Returns the value of attribute measure_name_column.
117 118 119 |
# File 'sig/types.rbs', line 117 def measure_name_column @measure_name_column end |
#mixed_measure_mappings ⇒ ::Array[Types::MixedMeasureMapping]
Returns the value of attribute mixed_measure_mappings.
116 117 118 |
# File 'sig/types.rbs', line 116 def mixed_measure_mappings @mixed_measure_mappings end |
#multi_measure_mappings ⇒ Types::MultiMeasureMappings
Returns the value of attribute multi_measure_mappings.
115 116 117 |
# File 'sig/types.rbs', line 115 def multi_measure_mappings @multi_measure_mappings end |
#time_column ⇒ ::String
Returns the value of attribute time_column.
112 113 114 |
# File 'sig/types.rbs', line 112 def time_column @time_column end |
#time_unit ⇒ "MILLISECONDS", ...
Returns the value of attribute time_unit.
113 114 115 |
# File 'sig/types.rbs', line 113 def time_unit @time_unit end |