Class: Aws::Types::MultiMeasureMappings
- Inherits:
-
Object
- Object
- Aws::Types::MultiMeasureMappings
- 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.
-
#target_multi_measure_name ⇒ ::String
Returns the value of attribute target_multi_measure_name.
Instance Attribute Details
#multi_measure_attribute_mappings ⇒ ::Array[Types::MultiMeasureAttributeMapping]
Returns the value of attribute multi_measure_attribute_mappings.
204 205 206 |
# File 'sig/types.rbs', line 204 def multi_measure_attribute_mappings @multi_measure_attribute_mappings end |
#target_multi_measure_name ⇒ ::String
Returns the value of attribute target_multi_measure_name.
203 204 205 |
# File 'sig/types.rbs', line 203 def target_multi_measure_name @target_multi_measure_name end |