Class: Aws::GeoRoutes::Types::IsolineTruckOptions

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

Overview

Travel mode options when the provided travel mode is “Truck”

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#axle_countInteger

Total number of axles of the vehicle.

Returns:

  • (Integer)


1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
# File 'lib/aws-sdk-georoutes/types.rb', line 1414

class IsolineTruckOptions < Struct.new(
  :axle_count,
  :engine_type,
  :gross_weight,
  :hazardous_cargos,
  :height,
  :height_above_first_axle,
  :kpra_length,
  :length,
  :license_plate,
  :max_speed,
  :occupancy,
  :payload_capacity,
  :tire_count,
  :trailer,
  :truck_type,
  :tunnel_restriction_code,
  :weight_per_axle,
  :weight_per_axle_group,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#engine_typeString

Engine type of the vehicle.

Returns:

  • (String)


1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
# File 'lib/aws-sdk-georoutes/types.rb', line 1414

class IsolineTruckOptions < Struct.new(
  :axle_count,
  :engine_type,
  :gross_weight,
  :hazardous_cargos,
  :height,
  :height_above_first_axle,
  :kpra_length,
  :length,
  :license_plate,
  :max_speed,
  :occupancy,
  :payload_capacity,
  :tire_count,
  :trailer,
  :truck_type,
  :tunnel_restriction_code,
  :weight_per_axle,
  :weight_per_axle_group,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#gross_weightInteger

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

Unit: ‘Kilograms`

Returns:

  • (Integer)


1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
# File 'lib/aws-sdk-georoutes/types.rb', line 1414

class IsolineTruckOptions < Struct.new(
  :axle_count,
  :engine_type,
  :gross_weight,
  :hazardous_cargos,
  :height,
  :height_above_first_axle,
  :kpra_length,
  :length,
  :license_plate,
  :max_speed,
  :occupancy,
  :payload_capacity,
  :tire_count,
  :trailer,
  :truck_type,
  :tunnel_restriction_code,
  :weight_per_axle,
  :weight_per_axle_group,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#hazardous_cargosArray<String>

List of Hazardous cargo contained in the vehicle.

Returns:

  • (Array<String>)


1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
# File 'lib/aws-sdk-georoutes/types.rb', line 1414

class IsolineTruckOptions < Struct.new(
  :axle_count,
  :engine_type,
  :gross_weight,
  :hazardous_cargos,
  :height,
  :height_above_first_axle,
  :kpra_length,
  :length,
  :license_plate,
  :max_speed,
  :occupancy,
  :payload_capacity,
  :tire_count,
  :trailer,
  :truck_type,
  :tunnel_restriction_code,
  :weight_per_axle,
  :weight_per_axle_group,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#heightInteger

Height of the vehicle.

Unit: ‘centimeters`

Returns:

  • (Integer)


1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
# File 'lib/aws-sdk-georoutes/types.rb', line 1414

class IsolineTruckOptions < Struct.new(
  :axle_count,
  :engine_type,
  :gross_weight,
  :hazardous_cargos,
  :height,
  :height_above_first_axle,
  :kpra_length,
  :length,
  :license_plate,
  :max_speed,
  :occupancy,
  :payload_capacity,
  :tire_count,
  :trailer,
  :truck_type,
  :tunnel_restriction_code,
  :weight_per_axle,
  :weight_per_axle_group,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#height_above_first_axleInteger

Height of the vehicle above its first axle.

Unit: ‘centimeters`

Returns:

  • (Integer)


1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
# File 'lib/aws-sdk-georoutes/types.rb', line 1414

class IsolineTruckOptions < Struct.new(
  :axle_count,
  :engine_type,
  :gross_weight,
  :hazardous_cargos,
  :height,
  :height_above_first_axle,
  :kpra_length,
  :length,
  :license_plate,
  :max_speed,
  :occupancy,
  :payload_capacity,
  :tire_count,
  :trailer,
  :truck_type,
  :tunnel_restriction_code,
  :weight_per_axle,
  :weight_per_axle_group,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#kpra_lengthInteger

Kingpin to rear axle length of the vehicle.

Unit: ‘centimeters`

Returns:

  • (Integer)


1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
# File 'lib/aws-sdk-georoutes/types.rb', line 1414

class IsolineTruckOptions < Struct.new(
  :axle_count,
  :engine_type,
  :gross_weight,
  :hazardous_cargos,
  :height,
  :height_above_first_axle,
  :kpra_length,
  :length,
  :license_plate,
  :max_speed,
  :occupancy,
  :payload_capacity,
  :tire_count,
  :trailer,
  :truck_type,
  :tunnel_restriction_code,
  :weight_per_axle,
  :weight_per_axle_group,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#lengthInteger

Length of the vehicle.

Unit: ‘centimeters`

Returns:

  • (Integer)


1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
# File 'lib/aws-sdk-georoutes/types.rb', line 1414

class IsolineTruckOptions < Struct.new(
  :axle_count,
  :engine_type,
  :gross_weight,
  :hazardous_cargos,
  :height,
  :height_above_first_axle,
  :kpra_length,
  :length,
  :license_plate,
  :max_speed,
  :occupancy,
  :payload_capacity,
  :tire_count,
  :trailer,
  :truck_type,
  :tunnel_restriction_code,
  :weight_per_axle,
  :weight_per_axle_group,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#license_plateTypes::IsolineVehicleLicensePlate

The vehicle License Plate.



1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
# File 'lib/aws-sdk-georoutes/types.rb', line 1414

class IsolineTruckOptions < Struct.new(
  :axle_count,
  :engine_type,
  :gross_weight,
  :hazardous_cargos,
  :height,
  :height_above_first_axle,
  :kpra_length,
  :length,
  :license_plate,
  :max_speed,
  :occupancy,
  :payload_capacity,
  :tire_count,
  :trailer,
  :truck_type,
  :tunnel_restriction_code,
  :weight_per_axle,
  :weight_per_axle_group,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#max_speedFloat

Maximum speed specified.

Unit: ‘KilometersPerHour`

Returns:

  • (Float)


1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
# File 'lib/aws-sdk-georoutes/types.rb', line 1414

class IsolineTruckOptions < Struct.new(
  :axle_count,
  :engine_type,
  :gross_weight,
  :hazardous_cargos,
  :height,
  :height_above_first_axle,
  :kpra_length,
  :length,
  :license_plate,
  :max_speed,
  :occupancy,
  :payload_capacity,
  :tire_count,
  :trailer,
  :truck_type,
  :tunnel_restriction_code,
  :weight_per_axle,
  :weight_per_axle_group,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#occupancyInteger

The number of occupants in the vehicle.

Default Value: ‘1`

Returns:

  • (Integer)


1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
# File 'lib/aws-sdk-georoutes/types.rb', line 1414

class IsolineTruckOptions < Struct.new(
  :axle_count,
  :engine_type,
  :gross_weight,
  :hazardous_cargos,
  :height,
  :height_above_first_axle,
  :kpra_length,
  :length,
  :license_plate,
  :max_speed,
  :occupancy,
  :payload_capacity,
  :tire_count,
  :trailer,
  :truck_type,
  :tunnel_restriction_code,
  :weight_per_axle,
  :weight_per_axle_group,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#payload_capacityInteger

Payload capacity of the vehicle and trailers attached.

Unit: ‘kilograms`

Returns:

  • (Integer)


1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
# File 'lib/aws-sdk-georoutes/types.rb', line 1414

class IsolineTruckOptions < Struct.new(
  :axle_count,
  :engine_type,
  :gross_weight,
  :hazardous_cargos,
  :height,
  :height_above_first_axle,
  :kpra_length,
  :length,
  :license_plate,
  :max_speed,
  :occupancy,
  :payload_capacity,
  :tire_count,
  :trailer,
  :truck_type,
  :tunnel_restriction_code,
  :weight_per_axle,
  :weight_per_axle_group,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#tire_countInteger

Number of tires on the vehicle.

Returns:

  • (Integer)


1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
# File 'lib/aws-sdk-georoutes/types.rb', line 1414

class IsolineTruckOptions < Struct.new(
  :axle_count,
  :engine_type,
  :gross_weight,
  :hazardous_cargos,
  :height,
  :height_above_first_axle,
  :kpra_length,
  :length,
  :license_plate,
  :max_speed,
  :occupancy,
  :payload_capacity,
  :tire_count,
  :trailer,
  :truck_type,
  :tunnel_restriction_code,
  :weight_per_axle,
  :weight_per_axle_group,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#trailerTypes::IsolineTrailerOptions

Trailer options corresponding to the vehicle.



1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
# File 'lib/aws-sdk-georoutes/types.rb', line 1414

class IsolineTruckOptions < Struct.new(
  :axle_count,
  :engine_type,
  :gross_weight,
  :hazardous_cargos,
  :height,
  :height_above_first_axle,
  :kpra_length,
  :length,
  :license_plate,
  :max_speed,
  :occupancy,
  :payload_capacity,
  :tire_count,
  :trailer,
  :truck_type,
  :tunnel_restriction_code,
  :weight_per_axle,
  :weight_per_axle_group,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#truck_typeString

Type of the truck.

Returns:

  • (String)


1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
# File 'lib/aws-sdk-georoutes/types.rb', line 1414

class IsolineTruckOptions < Struct.new(
  :axle_count,
  :engine_type,
  :gross_weight,
  :hazardous_cargos,
  :height,
  :height_above_first_axle,
  :kpra_length,
  :length,
  :license_plate,
  :max_speed,
  :occupancy,
  :payload_capacity,
  :tire_count,
  :trailer,
  :truck_type,
  :tunnel_restriction_code,
  :weight_per_axle,
  :weight_per_axle_group,
  :width)
  SENSITIVE = []
  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)


1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
# File 'lib/aws-sdk-georoutes/types.rb', line 1414

class IsolineTruckOptions < Struct.new(
  :axle_count,
  :engine_type,
  :gross_weight,
  :hazardous_cargos,
  :height,
  :height_above_first_axle,
  :kpra_length,
  :length,
  :license_plate,
  :max_speed,
  :occupancy,
  :payload_capacity,
  :tire_count,
  :trailer,
  :truck_type,
  :tunnel_restriction_code,
  :weight_per_axle,
  :weight_per_axle_group,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#weight_per_axleInteger

Heaviest weight per axle irrespective of the axle type or the axle group. Meant for usage in countries where the differences in axle types or axle groups are not distinguished.

Unit: ‘Kilograms`

Returns:

  • (Integer)


1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
# File 'lib/aws-sdk-georoutes/types.rb', line 1414

class IsolineTruckOptions < Struct.new(
  :axle_count,
  :engine_type,
  :gross_weight,
  :hazardous_cargos,
  :height,
  :height_above_first_axle,
  :kpra_length,
  :length,
  :license_plate,
  :max_speed,
  :occupancy,
  :payload_capacity,
  :tire_count,
  :trailer,
  :truck_type,
  :tunnel_restriction_code,
  :weight_per_axle,
  :weight_per_axle_group,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#weight_per_axle_groupTypes::WeightPerAxleGroup

Specifies the total weight for the specified axle group. Meant for usage in countries that have different regulations based on the axle group type.

Unit: ‘Kilograms`



1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
# File 'lib/aws-sdk-georoutes/types.rb', line 1414

class IsolineTruckOptions < Struct.new(
  :axle_count,
  :engine_type,
  :gross_weight,
  :hazardous_cargos,
  :height,
  :height_above_first_axle,
  :kpra_length,
  :length,
  :license_plate,
  :max_speed,
  :occupancy,
  :payload_capacity,
  :tire_count,
  :trailer,
  :truck_type,
  :tunnel_restriction_code,
  :weight_per_axle,
  :weight_per_axle_group,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#widthInteger

Width of the vehicle.

Unit: ‘centimeters`

Returns:

  • (Integer)


1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
# File 'lib/aws-sdk-georoutes/types.rb', line 1414

class IsolineTruckOptions < Struct.new(
  :axle_count,
  :engine_type,
  :gross_weight,
  :hazardous_cargos,
  :height,
  :height_above_first_axle,
  :kpra_length,
  :length,
  :license_plate,
  :max_speed,
  :occupancy,
  :payload_capacity,
  :tire_count,
  :trailer,
  :truck_type,
  :tunnel_restriction_code,
  :weight_per_axle,
  :weight_per_axle_group,
  :width)
  SENSITIVE = []
  include Aws::Structure
end