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

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

Overview

Hours of entry.

Constant Summary collapse

SENSITIVE =
[:day_of_week, :time_of_day]

Instance Attribute Summary collapse

Instance Attribute Details

#day_of_weekString

Day of the week.

Returns:

  • (String)


9123
9124
9125
9126
9127
9128
# File 'lib/aws-sdk-georoutes/types.rb', line 9123

class WaypointOptimizationAccessHoursEntry < Struct.new(
  :day_of_week,
  :time_of_day)
  SENSITIVE = [:day_of_week, :time_of_day]
  include Aws::Structure
end

#time_of_dayString

Time of the day.

Returns:

  • (String)


9123
9124
9125
9126
9127
9128
# File 'lib/aws-sdk-georoutes/types.rb', line 9123

class WaypointOptimizationAccessHoursEntry < Struct.new(
  :day_of_week,
  :time_of_day)
  SENSITIVE = [:day_of_week, :time_of_day]
  include Aws::Structure
end