Class: Aws::GeoRoutes::Types::RouteTrailerOptions

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

Overview

Trailer options corresponding to the vehicle.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#axle_countInteger

Total number of axles of the vehicle.

Returns:

  • (Integer)


4832
4833
4834
4835
4836
4837
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4832

class RouteTrailerOptions < Struct.new(
  :axle_count,
  :trailer_count)
  SENSITIVE = []
  include Aws::Structure
end

#trailer_countInteger

Number of trailers attached to the vehicle.

Default Value: 0

Returns:

  • (Integer)


4832
4833
4834
4835
4836
4837
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4832

class RouteTrailerOptions < Struct.new(
  :axle_count,
  :trailer_count)
  SENSITIVE = []
  include Aws::Structure
end