Class: Aws::Types::MultiMeasureAttributeMapping
- Inherits:
-
Object
- Object
- Aws::Types::MultiMeasureAttributeMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#measure_value_type ⇒ "DOUBLE", ...
Returns the value of attribute measure_value_type.
-
#source_column ⇒ ::String
Returns the value of attribute source_column.
-
#target_multi_measure_attribute_name ⇒ ::String
Returns the value of attribute target_multi_measure_attribute_name.
Instance Attribute Details
#measure_value_type ⇒ "DOUBLE", ...
Returns the value of attribute measure_value_type.
313 314 315 |
# File 'sig/types.rbs', line 313 def measure_value_type @measure_value_type end |
#source_column ⇒ ::String
Returns the value of attribute source_column.
311 312 313 |
# File 'sig/types.rbs', line 311 def source_column @source_column end |
#target_multi_measure_attribute_name ⇒ ::String
Returns the value of attribute target_multi_measure_attribute_name.
312 313 314 |
# File 'sig/types.rbs', line 312 def target_multi_measure_attribute_name @target_multi_measure_attribute_name end |