Class: Aws::GeoRoutes::Types::WaypointOptimizationRestCycles

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-georoutes/types.rb

Overview

Resting phase of the cycle.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#long_cycleTypes::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_cycleTypes::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