Class: Aws::GeoRoutes::Types::WaypointOptimizationTrailerOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::WaypointOptimizationTrailerOptions
- 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
-
#trailer_count ⇒ Integer
Number of trailers attached to the vehicle.
Instance Attribute Details
#trailer_count ⇒ Integer
Number of trailers attached to the vehicle.
Default Value: 0
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 |