Class: Aws::Pinpoint::Types::OpenHours

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

Instance Attribute Details

#customHash<String,Array<Types::OpenHoursRule>>

Rules for Custom Channel.

Returns:



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

#emailHash<String,Array<Types::OpenHoursRule>>

Rules for Email Channel.

Returns:



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

#pushHash<String,Array<Types::OpenHoursRule>>

Rules for Push Channel.

Returns:



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

#smsHash<String,Array<Types::OpenHoursRule>>

Rules for SMS Channel.

Returns:



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

#voiceHash<String,Array<Types::OpenHoursRule>>

Rules for Email Channel.

Returns:



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