Class: Aws::GeoRoutes::Types::WaypointOptimizationRestCycles
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::WaypointOptimizationRestCycles
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Resting phase of the cycle.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#long_cycle ⇒ Types::WaypointOptimizationRestCycleDurations
Long cycle for a driver work-rest schedule.
-
#short_cycle ⇒ Types::WaypointOptimizationRestCycleDurations
Short cycle for a driver work-rest schedule.
Instance Attribute Details
#long_cycle ⇒ Types::WaypointOptimizationRestCycleDurations
Long cycle for a driver work-rest schedule.
7381 7382 7383 7384 7385 7386 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 7381 class WaypointOptimizationRestCycles < Struct.new( :long_cycle, :short_cycle) SENSITIVE = [] include Aws::Structure end |
#short_cycle ⇒ Types::WaypointOptimizationRestCycleDurations
Short cycle for a driver work-rest schedule
7381 7382 7383 7384 7385 7386 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 7381 class WaypointOptimizationRestCycles < Struct.new( :long_cycle, :short_cycle) SENSITIVE = [] include Aws::Structure end |