Class: Aws::SocialMessaging::Types::WhatsAppHolidayScheduleEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::WhatsAppHolidayScheduleEntry
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
A date-specific override to the weekly operating hours, such as a holiday.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#date ⇒ String
The date that the override applies to, in ISO 8601 format (
YYYY-MM-DD). -
#end_time ⇒ Types::WhatsAppTimeOfDay
The time of day when the business stops accepting calls on the override date.
-
#start_time ⇒ Types::WhatsAppTimeOfDay
The time of day when the business begins accepting calls on the override date.
Instance Attribute Details
#date ⇒ String
The date that the override applies to, in ISO 8601 format
(YYYY-MM-DD).
2612 2613 2614 2615 2616 2617 2618 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2612 class WhatsAppHolidayScheduleEntry < Struct.new( :date, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Types::WhatsAppTimeOfDay
The time of day when the business stops accepting calls on the override date.
2612 2613 2614 2615 2616 2617 2618 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2612 class WhatsAppHolidayScheduleEntry < Struct.new( :date, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Types::WhatsAppTimeOfDay
The time of day when the business begins accepting calls on the override date.
2612 2613 2614 2615 2616 2617 2618 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2612 class WhatsAppHolidayScheduleEntry < Struct.new( :date, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |