Class: Aws::GeoRoutes::Types::WaypointOptimizationAccessHours
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::WaypointOptimizationAccessHours
- Defined in:
- gems/aws-sdk-georoutes/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.
6928 6929 6930 6931 6932 6933 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6928 class WaypointOptimizationAccessHours < Struct.new( :from, :to) SENSITIVE = [] include Aws::Structure end |
#to ⇒ Types::WaypointOptimizationAccessHoursEntry
Contains the ID of the ending waypoint in this connection.
6928 6929 6930 6931 6932 6933 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6928 class WaypointOptimizationAccessHours < Struct.new( :from, :to) SENSITIVE = [] include Aws::Structure end |