Class: Aws::Types::TruckDimensions
- Inherits:
-
Object
- Object
- Aws::Types::TruckDimensions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#height ⇒ ::Float
Returns the value of attribute height.
-
#length ⇒ ::Float
Returns the value of attribute length.
-
#unit ⇒ "Meters", "Feet"
Returns the value of attribute unit.
-
#width ⇒ ::Float
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ ::Float
Returns the value of attribute height.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def height @height end |
#length ⇒ ::Float
Returns the value of attribute length.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def length @length end |
#unit ⇒ "Meters", "Feet"
Returns the value of attribute unit.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def unit @unit end |
#width ⇒ ::Float
Returns the value of attribute width.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def width @width end |