Class: Aws::GeoRoutes::Types::WaypointOptimizationAccessHours
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::WaypointOptimizationAccessHours
- 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
-
#from ⇒ Types::WaypointOptimizationAccessHoursEntry
Contains the ID of the starting waypoint in this connection.
-
#to ⇒ Types::WaypointOptimizationAccessHoursEntry
Contains the ID of the ending waypoint in this connection.
Instance Attribute Details
#from ⇒ Types::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 |
#to ⇒ Types::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 |