Class: Aws::Types::TruckDimensions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:length, :height, :width])

Instance Attribute Summary collapse

Instance Attribute Details

#height::Float

Returns the value of attribute height.

Returns:

  • (::Float)


1339
1340
1341
# File 'sig/types.rbs', line 1339

def height
  @height
end

#length::Float

Returns the value of attribute length.

Returns:

  • (::Float)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def length
  @length
end

#unit"Meters", "Feet"

Returns the value of attribute unit.

Returns:

  • ("Meters", "Feet")


1341
1342
1343
# File 'sig/types.rbs', line 1341

def unit
  @unit
end

#width::Float

Returns the value of attribute width.

Returns:

  • (::Float)


1340
1341
1342
# File 'sig/types.rbs', line 1340

def width
  @width
end