Class: Aws::Types::DimensionMapping
- Inherits:
-
Object
- Object
- Aws::Types::DimensionMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimension_value_type ⇒ "VARCHAR"
Returns the value of attribute dimension_value_type.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#dimension_value_type ⇒ "VARCHAR"
Returns the value of attribute dimension_value_type.
106 107 108 |
# File 'sig/types.rbs', line 106 def dimension_value_type @dimension_value_type end |
#name ⇒ ::String
Returns the value of attribute name.
105 106 107 |
# File 'sig/types.rbs', line 105 def name @name end |