class Aws::LocationService::Types::TruckDimensions

Contains details about the truck dimensions in the unit of measurement that you specify. Used to filter out roads that can't support or allow the specified dimensions for requests that specify `TravelMode` as `Truck`.

@note When making an API call, you may pass TruckDimensions

data as a hash:

    {
      height: 1.0,
      length: 1.0,
      unit: "Meters", # accepts Meters, Feet
      width: 1.0,
    }

@!attribute [rw] height

The height of the truck.

* For example, `4.5`.

^
@return [Float]

@!attribute [rw] length

The length of the truck.

* For example, `15.5`.

^
@return [Float]

@!attribute [rw] unit

Specifies the unit of measurement for the truck dimensions.

Default Value: `Meters`
@return [String]

@!attribute [rw] width

The width of the truck.

* For example, `4.5`.

^
@return [Float]

@see docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/TruckDimensions AWS API Documentation

Constants

SENSITIVE