Class: Aws::GeoRoutes::Types::RoadSnapTruckOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb

Overview

Travel mode options when the provided travel mode is Truck.

Constant Summary collapse

SENSITIVE =
[:gross_weight, :hazardous_cargos, :height, :length, :tunnel_restriction_code, :width]

Instance Attribute Summary collapse

Instance Attribute Details

#gross_weightInteger

Gross weight of the vehicle including trailers, and goods at capacity.

Unit: kilograms

Returns:

  • (Integer)


2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2343

class RoadSnapTruckOptions < Struct.new(
  :gross_weight,
  :hazardous_cargos,
  :height,
  :length,
  :trailer,
  :tunnel_restriction_code,
  :width)
  SENSITIVE = [:gross_weight, :hazardous_cargos, :height, :length, :tunnel_restriction_code, :width]
  include Aws::Structure
end

#hazardous_cargosArray<String>

List of Hazardous cargos contained in the vehicle.

Returns:

  • (Array<String>)


2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2343

class RoadSnapTruckOptions < Struct.new(
  :gross_weight,
  :hazardous_cargos,
  :height,
  :length,
  :trailer,
  :tunnel_restriction_code,
  :width)
  SENSITIVE = [:gross_weight, :hazardous_cargos, :height, :length, :tunnel_restriction_code, :width]
  include Aws::Structure
end

#heightInteger

Height of the vehicle.

Unit: centimeters

Returns:

  • (Integer)


2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2343

class RoadSnapTruckOptions < Struct.new(
  :gross_weight,
  :hazardous_cargos,
  :height,
  :length,
  :trailer,
  :tunnel_restriction_code,
  :width)
  SENSITIVE = [:gross_weight, :hazardous_cargos, :height, :length, :tunnel_restriction_code, :width]
  include Aws::Structure
end

#lengthInteger

Length of the vehicle.

Unit: centimeters

Returns:

  • (Integer)


2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2343

class RoadSnapTruckOptions < Struct.new(
  :gross_weight,
  :hazardous_cargos,
  :height,
  :length,
  :trailer,
  :tunnel_restriction_code,
  :width)
  SENSITIVE = [:gross_weight, :hazardous_cargos, :height, :length, :tunnel_restriction_code, :width]
  include Aws::Structure
end

#trailerTypes::RoadSnapTrailerOptions

Trailer options corresponding to the vehicle.



2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2343

class RoadSnapTruckOptions < Struct.new(
  :gross_weight,
  :hazardous_cargos,
  :height,
  :length,
  :trailer,
  :tunnel_restriction_code,
  :width)
  SENSITIVE = [:gross_weight, :hazardous_cargos, :height, :length, :tunnel_restriction_code, :width]
  include Aws::Structure
end

#tunnel_restriction_codeString

The tunnel restriction code.

Tunnel categories in this list indicate the restrictions which apply to certain tunnels in Great Britain. They relate to the types of dangerous goods that can be transported through them.

  • Tunnel Category B

    • Risk Level: Limited risk

    • Restrictions: Few restrictions

  • Tunnel Category C

    • Risk Level: Medium risk

    • Restrictions: Some restrictions

  • Tunnel Category D

    • Risk Level: High risk

    • Restrictions: Many restrictions occur

  • Tunnel Category E

    • Risk Level: Very high risk

    • Restrictions: Restricted tunnel

Returns:

  • (String)


2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2343

class RoadSnapTruckOptions < Struct.new(
  :gross_weight,
  :hazardous_cargos,
  :height,
  :length,
  :trailer,
  :tunnel_restriction_code,
  :width)
  SENSITIVE = [:gross_weight, :hazardous_cargos, :height, :length, :tunnel_restriction_code, :width]
  include Aws::Structure
end

#widthInteger

Width of the vehicle in centimeters.

Returns:

  • (Integer)


2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2343

class RoadSnapTruckOptions < Struct.new(
  :gross_weight,
  :hazardous_cargos,
  :height,
  :length,
  :trailer,
  :tunnel_restriction_code,
  :width)
  SENSITIVE = [:gross_weight, :hazardous_cargos, :height, :length, :tunnel_restriction_code, :width]
  include Aws::Structure
end