Class: Aws::GeoRoutes::Types::RouteDriverScheduleInterval
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteDriverScheduleInterval
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Interval of the driver work-rest schedule. Stops are added to fulfil the provided rest schedule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#drive_duration ⇒ Integer
Maximum allowed driving time before stopping to rest.
-
#rest_duration ⇒ Integer
Resting time before the driver can continue driving.
Instance Attribute Details
#drive_duration ⇒ Integer
Maximum allowed driving time before stopping to rest.
Unit: ‘seconds`
2221 2222 2223 2224 2225 2226 |
# File 'lib/aws-sdk-georoutes/types.rb', line 2221 class RouteDriverScheduleInterval < Struct.new( :drive_duration, :rest_duration) SENSITIVE = [] include Aws::Structure end |
#rest_duration ⇒ Integer
Resting time before the driver can continue driving.
Unit: ‘seconds`
2221 2222 2223 2224 2225 2226 |
# File 'lib/aws-sdk-georoutes/types.rb', line 2221 class RouteDriverScheduleInterval < Struct.new( :drive_duration, :rest_duration) SENSITIVE = [] include Aws::Structure end |