Class: Aws::Pinpoint::Types::OpenHoursRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::OpenHoursRule
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Specifies the start and end time for OpenHours.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ String
The end of the scheduled time, in ISO 8601 format, when the channel can’t send messages.
-
#start_time ⇒ String
The start of the scheduled time, in ISO 8601 format, when the channel can send messages.
Instance Attribute Details
#end_time ⇒ String
The end of the scheduled time, in ISO 8601 format, when the channel can’t send messages.
14140 14141 14142 14143 14144 14145 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 14140 class OpenHoursRule < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ String
The start of the scheduled time, in ISO 8601 format, when the channel can send messages.
14140 14141 14142 14143 14144 14145 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 14140 class OpenHoursRule < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |