Class: Aws::GeoRoutes::Types::WaypointOptimizationTrailerOptions

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

#trailer_countInteger

Number of trailers attached to the vehicle.

Default Value: 0

Returns:

  • (Integer)


6742
6743
6744
6745
6746
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6742

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