Class: Aws::Types::DimensionValuesWithAttributes
- Inherits:
-
Object
- Object
- Aws::Types::DimensionValuesWithAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
375 376 377 |
# File 'sig/types.rbs', line 375 def attributes @attributes end |
#value ⇒ ::String
Returns the value of attribute value.
374 375 376 |
# File 'sig/types.rbs', line 374 def value @value end |