Class: Aws::SocialMessaging::Types::WhatsAppHolidayScheduleEntry

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dateString

The date that the override applies to, in ISO 8601 format (YYYY-MM-DD).

Returns:

  • (String)


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_timeTypes::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_timeTypes::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