Class: Aws::SocialMessaging::Types::WhatsAppWeeklyOperatingHoursEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::WhatsAppWeeklyOperatingHoursEntry
- 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
-
#close_time ⇒ Types::WhatsAppTimeOfDay
The time of day when the business stops accepting calls.
-
#day_of_week ⇒ String
The day of the week that the entry applies to.
-
#open_time ⇒ Types::WhatsAppTimeOfDay
The time of day when the business begins accepting calls.
Instance Attribute Details
#close_time ⇒ Types::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_week ⇒ String
The day of the week that the entry applies to.
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_time ⇒ Types::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 |