Class: Aws::GeoRoutes::Types::WaypointOptimizationRestCycles
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::WaypointOptimizationRestCycles
- Includes:
- Structure
- Defined in:
- 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.
6514 6515 6516 6517 6518 6519 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6514 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
6514 6515 6516 6517 6518 6519 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6514 class WaypointOptimizationRestCycles < Struct.new( :long_cycle, :short_cycle) SENSITIVE = [] include Aws::Structure end |