Class: Aws::Types::DimensionMapping
- Inherits:
-
Object
- Object
- Aws::Types::DimensionMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_column ⇒ ::String
Returns the value of attribute destination_column.
-
#source_column ⇒ ::String
Returns the value of attribute source_column.
Instance Attribute Details
#destination_column ⇒ ::String
Returns the value of attribute destination_column.
215 216 217 |
# File 'sig/types.rbs', line 215 def destination_column @destination_column end |
#source_column ⇒ ::String
Returns the value of attribute source_column.
214 215 216 |
# File 'sig/types.rbs', line 214 def source_column @source_column end |