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)


6610
6611
6612
6613
6614
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6610

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