Class: Aws::GeoRoutes::Types::WaypointOptimizationAccessHours

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

Overview

Access hours corresponding to when a destination can be visited.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fromTypes::WaypointOptimizationAccessHoursEntry

Contains the ID of the starting waypoint in this connection.



6115
6116
6117
6118
6119
6120
# File 'lib/aws-sdk-georoutes/types.rb', line 6115

class WaypointOptimizationAccessHours < Struct.new(
  :from,
  :to)
  SENSITIVE = []
  include Aws::Structure
end

#toTypes::WaypointOptimizationAccessHoursEntry

Contains the ID of the ending waypoint in this connection.



6115
6116
6117
6118
6119
6120
# File 'lib/aws-sdk-georoutes/types.rb', line 6115

class WaypointOptimizationAccessHours < Struct.new(
  :from,
  :to)
  SENSITIVE = []
  include Aws::Structure
end