Class: Aws::Types::Dimension
- Inherits:
-
Object
- Object
- Aws::Types::Dimension
- 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.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#dimension_value_type ⇒ "VARCHAR"
Returns the value of attribute dimension_value_type.
209 210 211 |
# File 'sig/types.rbs', line 209 def dimension_value_type @dimension_value_type end |
#name ⇒ ::String
Returns the value of attribute name.
207 208 209 |
# File 'sig/types.rbs', line 207 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
208 209 210 |
# File 'sig/types.rbs', line 208 def value @value end |