Class: Aws::Types::UserDefined
- Inherits:
-
Object
- Object
- Aws::Types::UserDefined
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#unit ⇒ "METERS"
Returns the value of attribute unit.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#unit ⇒ "METERS"
Returns the value of attribute unit.
701 702 703 |
# File 'sig/types.rbs', line 701 def unit @unit end |
#value ⇒ ::Float
Returns the value of attribute value.
702 703 704 |
# File 'sig/types.rbs', line 702 def value @value end |