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.



9104
9105
9106
9107
9108
9109
# File 'lib/aws-sdk-georoutes/types.rb', line 9104

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

#toTypes::WaypointOptimizationAccessHoursEntry

Contains the ID of the ending waypoint in this connection.



9104
9105
9106
9107
9108
9109
# File 'lib/aws-sdk-georoutes/types.rb', line 9104

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