Class: Aws::Types::Scale
- Inherits:
-
Object
- Object
- Aws::Types::Scale
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#unit ⇒ "PERCENT"
Returns the value of attribute unit.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#unit ⇒ "PERCENT"
Returns the value of attribute unit.
2209 2210 2211 |
# File 'sig/types.rbs', line 2209 def unit @unit end |
#value ⇒ ::Float
Returns the value of attribute value.
2208 2209 2210 |
# File 'sig/types.rbs', line 2208 def value @value end |