Class: Aws::Pinpoint::Types::ClosedDays

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

Overview

The time when a journey will not 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

#customArray<Types::ClosedDaysRule>

Rules for a Channel.

Returns:



14177
14178
14179
14180
14181
14182
14183
14184
14185
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 14177

class ClosedDays < Struct.new(
  :email,
  :sms,
  :push,
  :voice,
  :custom)
  SENSITIVE = []
  include Aws::Structure
end

#emailArray<Types::ClosedDaysRule>

Rules for a Channel.

Returns:



14177
14178
14179
14180
14181
14182
14183
14184
14185
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 14177

class ClosedDays < Struct.new(
  :email,
  :sms,
  :push,
  :voice,
  :custom)
  SENSITIVE = []
  include Aws::Structure
end

#pushArray<Types::ClosedDaysRule>

Rules for a Channel.

Returns:



14177
14178
14179
14180
14181
14182
14183
14184
14185
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 14177

class ClosedDays < Struct.new(
  :email,
  :sms,
  :push,
  :voice,
  :custom)
  SENSITIVE = []
  include Aws::Structure
end

#smsArray<Types::ClosedDaysRule>

Rules for a Channel.

Returns:



14177
14178
14179
14180
14181
14182
14183
14184
14185
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 14177

class ClosedDays < Struct.new(
  :email,
  :sms,
  :push,
  :voice,
  :custom)
  SENSITIVE = []
  include Aws::Structure
end

#voiceArray<Types::ClosedDaysRule>

Rules for a Channel.

Returns:



14177
14178
14179
14180
14181
14182
14183
14184
14185
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 14177

class ClosedDays < Struct.new(
  :email,
  :sms,
  :push,
  :voice,
  :custom)
  SENSITIVE = []
  include Aws::Structure
end