Class: Aws::Types::TruckWeight
- Inherits:
-
Object
- Object
- Aws::Types::TruckWeight
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#total ⇒ ::Float
Returns the value of attribute total.
-
#unit ⇒ "Kilograms", "Pounds"
Returns the value of attribute unit.
Instance Attribute Details
#total ⇒ ::Float
Returns the value of attribute total.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def total @total end |
#unit ⇒ "Kilograms", "Pounds"
Returns the value of attribute unit.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def unit @unit end |