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 ⇒ "BIGINT", ...
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.
187 188 189 |
# File 'sig/types.rbs', line 187 def measure_name @measure_name end |
#measure_value_type ⇒ "BIGINT", ...
Returns the value of attribute measure_value_type.
190 191 192 |
# File 'sig/types.rbs', line 190 def measure_value_type @measure_value_type end |
#multi_measure_attribute_mappings ⇒ ::Array[Types::MultiMeasureAttributeMapping]
Returns the value of attribute multi_measure_attribute_mappings.
191 192 193 |
# File 'sig/types.rbs', line 191 def multi_measure_attribute_mappings @multi_measure_attribute_mappings end |
#source_column ⇒ ::String
Returns the value of attribute source_column.
188 189 190 |
# File 'sig/types.rbs', line 188 def source_column @source_column end |
#target_measure_name ⇒ ::String
Returns the value of attribute target_measure_name.
189 190 191 |
# File 'sig/types.rbs', line 189 def target_measure_name @target_measure_name end |