Class: Aws::Types::Total
- Inherits:
-
Object
- Object
- Aws::Types::Total
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::String
Returns the value of attribute amount.
-
#unit ⇒ ::String
Returns the value of attribute unit.
Instance Attribute Details
#amount ⇒ ::String
Returns the value of attribute amount.
3085 3086 3087 |
# File 'sig/types.rbs', line 3085 def amount @amount end |
#unit ⇒ ::String
Returns the value of attribute unit.
3086 3087 3088 |
# File 'sig/types.rbs', line 3086 def unit @unit end |