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 ⇒ "BIGINT", ...
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 ⇒ "BIGINT", ...
Returns the value of attribute measure_value_type.
198 199 200 |
# File 'sig/types.rbs', line 198 def measure_value_type @measure_value_type end |
#source_column ⇒ ::String
Returns the value of attribute source_column.
196 197 198 |
# File 'sig/types.rbs', line 196 def source_column @source_column end |
#target_multi_measure_attribute_name ⇒ ::String
Returns the value of attribute target_multi_measure_attribute_name.
197 198 199 |
# File 'sig/types.rbs', line 197 def target_multi_measure_attribute_name @target_multi_measure_attribute_name end |