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 =
[:day_of_week, :time_of_day]

Instance Attribute Summary collapse

Instance Attribute Details

#day_of_weekString

Day of the week.

Returns:

  • (String)


6947
6948
6949
6950
6951
6952
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6947

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)


6947
6948
6949
6950
6951
6952
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 6947

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