Class: Aws::Types::MixedMeasureMapping
- Inherits:
-
Object
- Object
- Aws::Types::MixedMeasureMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#measure_name ⇒ ::String
Returns the value of attribute measure_name.
-
#measure_value_type ⇒ "DOUBLE", ...
Returns the value of attribute measure_value_type.
-
#multi_measure_attribute_mappings ⇒ ::Array[Types::MultiMeasureAttributeMapping]
Returns the value of attribute multi_measure_attribute_mappings.
-
#source_column ⇒ ::String
Returns the value of attribute source_column.
-
#target_measure_name ⇒ ::String
Returns the value of attribute target_measure_name.
Instance Attribute Details
#measure_name ⇒ ::String
Returns the value of attribute measure_name.
302 303 304 |
# File 'sig/types.rbs', line 302 def measure_name @measure_name end |
#measure_value_type ⇒ "DOUBLE", ...
Returns the value of attribute measure_value_type.
305 306 307 |
# File 'sig/types.rbs', line 305 def measure_value_type @measure_value_type end |
#multi_measure_attribute_mappings ⇒ ::Array[Types::MultiMeasureAttributeMapping]
Returns the value of attribute multi_measure_attribute_mappings.
306 307 308 |
# File 'sig/types.rbs', line 306 def multi_measure_attribute_mappings @multi_measure_attribute_mappings end |
#source_column ⇒ ::String
Returns the value of attribute source_column.
303 304 305 |
# File 'sig/types.rbs', line 303 def source_column @source_column end |
#target_measure_name ⇒ ::String
Returns the value of attribute target_measure_name.
304 305 306 |
# File 'sig/types.rbs', line 304 def target_measure_name @target_measure_name end |