Class: Aws::SocialMessaging::Types::WhatsAppWeeklyOperatingHoursEntry

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

Overview

A single entry in a weekly calling schedule, defining the open and close times for one day of the week.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#close_timeTypes::WhatsAppTimeOfDay

The time of day when the business stops accepting calls.



2837
2838
2839
2840
2841
2842
2843
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2837

class WhatsAppWeeklyOperatingHoursEntry < Struct.new(
  :day_of_week,
  :open_time,
  :close_time)
  SENSITIVE = []
  include Aws::Structure
end

#day_of_weekString

The day of the week that the entry applies to.

Returns:

  • (String)


2837
2838
2839
2840
2841
2842
2843
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2837

class WhatsAppWeeklyOperatingHoursEntry < Struct.new(
  :day_of_week,
  :open_time,
  :close_time)
  SENSITIVE = []
  include Aws::Structure
end

#open_timeTypes::WhatsAppTimeOfDay

The time of day when the business begins accepting calls.



2837
2838
2839
2840
2841
2842
2843
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2837

class WhatsAppWeeklyOperatingHoursEntry < Struct.new(
  :day_of_week,
  :open_time,
  :close_time)
  SENSITIVE = []
  include Aws::Structure
end