Class: Aws::Types::UsageQuantityResult
- Inherits:
-
Object
- Object
- Aws::Types::UsageQuantityResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::Float
Returns the value of attribute amount.
-
#unit ⇒ ::String
Returns the value of attribute unit.
Instance Attribute Details
#amount ⇒ ::Float
Returns the value of attribute amount.
976 977 978 |
# File 'sig/types.rbs', line 976 def amount @amount end |
#unit ⇒ ::String
Returns the value of attribute unit.
977 978 979 |
# File 'sig/types.rbs', line 977 def unit @unit end |