Class: Aws::Pinpoint::Types::OpenHoursRule

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

Overview

Specifies the start and end time for OpenHours.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeString

The end of the scheduled time, in ISO 8601 format, when the channel can't send messages.

Returns:

  • (String)


14141
14142
14143
14144
14145
14146
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 14141

class OpenHoursRule < Struct.new(
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeString

The start of the scheduled time, in ISO 8601 format, when the channel can send messages.

Returns:

  • (String)


14141
14142
14143
14144
14145
14146
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 14141

class OpenHoursRule < Struct.new(
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end