Class: Aws::GeoRoutes::Types::WaypointOptimizationAccessHoursEntry

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

Overview

Hours of entry.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#day_of_weekString

Day of the week.

Returns:

  • (String)


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_dayString

Time of the day.

Returns:

  • (String)


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