Class: Aws::Pinpoint::Types::TemplateConfiguration

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

Overview

Specifies the message template to use for the message, for each type of channel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#email_templateTypes::Template

The email template to use for the message.

Returns:



11956
11957
11958
11959
11960
11961
11962
11963
11964
# File 'lib/aws-sdk-pinpoint/types.rb', line 11956

class TemplateConfiguration < Struct.new(
  :email_template,
  :push_template,
  :sms_template,
  :voice_template,
  :in_app_template)
  SENSITIVE = []
  include Aws::Structure
end

#in_app_templateTypes::Template

The InApp template to use for the message. The InApp template object is not supported for SendMessages.

Returns:



11956
11957
11958
11959
11960
11961
11962
11963
11964
# File 'lib/aws-sdk-pinpoint/types.rb', line 11956

class TemplateConfiguration < Struct.new(
  :email_template,
  :push_template,
  :sms_template,
  :voice_template,
  :in_app_template)
  SENSITIVE = []
  include Aws::Structure
end

#push_templateTypes::Template

The push notification template to use for the message.

Returns:



11956
11957
11958
11959
11960
11961
11962
11963
11964
# File 'lib/aws-sdk-pinpoint/types.rb', line 11956

class TemplateConfiguration < Struct.new(
  :email_template,
  :push_template,
  :sms_template,
  :voice_template,
  :in_app_template)
  SENSITIVE = []
  include Aws::Structure
end

#sms_templateTypes::Template

The SMS template to use for the message.

Returns:



11956
11957
11958
11959
11960
11961
11962
11963
11964
# File 'lib/aws-sdk-pinpoint/types.rb', line 11956

class TemplateConfiguration < Struct.new(
  :email_template,
  :push_template,
  :sms_template,
  :voice_template,
  :in_app_template)
  SENSITIVE = []
  include Aws::Structure
end

#voice_templateTypes::Template

The voice template to use for the message. This object isn’t supported for campaigns.

Returns:



11956
11957
11958
11959
11960
11961
11962
11963
11964
# File 'lib/aws-sdk-pinpoint/types.rb', line 11956

class TemplateConfiguration < Struct.new(
  :email_template,
  :push_template,
  :sms_template,
  :voice_template,
  :in_app_template)
  SENSITIVE = []
  include Aws::Structure
end