Class: Aws::Pinpoint::Types::OpenHours
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::OpenHours
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
The time when journey allow to send messages. QuietTime should be configured first and SendingSchedule should be set to true.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom ⇒ Hash<String,Array<Types::OpenHoursRule>>
Rules for Custom Channel.
-
#email ⇒ Hash<String,Array<Types::OpenHoursRule>>
Rules for Email Channel.
-
#push ⇒ Hash<String,Array<Types::OpenHoursRule>>
Rules for Push Channel.
-
#sms ⇒ Hash<String,Array<Types::OpenHoursRule>>
Rules for SMS Channel.
-
#voice ⇒ Hash<String,Array<Types::OpenHoursRule>>
Rules for Email Channel.
Instance Attribute Details
#custom ⇒ Hash<String,Array<Types::OpenHoursRule>>
Rules for Custom Channel.
13505 13506 13507 13508 13509 13510 13511 13512 13513 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 13505 class OpenHours < Struct.new( :email, :sms, :push, :voice, :custom) SENSITIVE = [] include Aws::Structure end |
#email ⇒ Hash<String,Array<Types::OpenHoursRule>>
Rules for Email Channel.
13505 13506 13507 13508 13509 13510 13511 13512 13513 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 13505 class OpenHours < Struct.new( :email, :sms, :push, :voice, :custom) SENSITIVE = [] include Aws::Structure end |
#push ⇒ Hash<String,Array<Types::OpenHoursRule>>
Rules for Push Channel.
13505 13506 13507 13508 13509 13510 13511 13512 13513 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 13505 class OpenHours < Struct.new( :email, :sms, :push, :voice, :custom) SENSITIVE = [] include Aws::Structure end |
#sms ⇒ Hash<String,Array<Types::OpenHoursRule>>
Rules for SMS Channel.
13505 13506 13507 13508 13509 13510 13511 13512 13513 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 13505 class OpenHours < Struct.new( :email, :sms, :push, :voice, :custom) SENSITIVE = [] include Aws::Structure end |
#voice ⇒ Hash<String,Array<Types::OpenHoursRule>>
Rules for Email Channel.
13505 13506 13507 13508 13509 13510 13511 13512 13513 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 13505 class OpenHours < Struct.new( :email, :sms, :push, :voice, :custom) SENSITIVE = [] include Aws::Structure end |