Class: Aws::Types::MultiMeasureMapping
- Inherits:
-
Object
- Object
- Aws::Types::MultiMeasureMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#multi_measure_attribute_mappings ⇒ ::Array[Types::MultiMeasureAttributeMapping]
Returns the value of attribute multi_measure_attribute_mappings.
-
#multi_measure_name ⇒ ::String
Returns the value of attribute multi_measure_name.
Instance Attribute Details
#multi_measure_attribute_mappings ⇒ ::Array[Types::MultiMeasureAttributeMapping]
Returns the value of attribute multi_measure_attribute_mappings.
298 299 300 |
# File 'sig/types.rbs', line 298 def multi_measure_attribute_mappings @multi_measure_attribute_mappings end |
#multi_measure_name ⇒ ::String
Returns the value of attribute multi_measure_name.
297 298 299 |
# File 'sig/types.rbs', line 297 def multi_measure_name @multi_measure_name end |