Class: Aws::GeoRoutes::Types::WaypointOptimizationTrailerOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::WaypointOptimizationTrailerOptions
- Includes:
- Structure
- Defined in:
- 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`
6625 6626 6627 6628 6629 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6625 class WaypointOptimizationTrailerOptions < Struct.new( :trailer_count) SENSITIVE = [] include Aws::Structure end |