Class: Aws::GeoRoutes::Types::WaypointOptimizationAccessHoursEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::WaypointOptimizationAccessHoursEntry
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Hours of entry.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#day_of_week ⇒ String
Day of the week.
-
#time_of_day ⇒ String
Time of the day.
Instance Attribute Details
#day_of_week ⇒ String
Day of the week.
6199 6200 6201 6202 6203 6204 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6199 class WaypointOptimizationAccessHoursEntry < Struct.new( :day_of_week, :time_of_day) SENSITIVE = [] include Aws::Structure end |
#time_of_day ⇒ String
Time of the day.
6199 6200 6201 6202 6203 6204 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6199 class WaypointOptimizationAccessHoursEntry < Struct.new( :day_of_week, :time_of_day) SENSITIVE = [] include Aws::Structure end |