Class: Aws::Pinpoint::Types::CreateEmailTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::CreateEmailTemplateRequest
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass CreateEmailTemplateRequest data as a hash:
{
email_template_request: { # required
default_substitutions: "__string",
html_part: "__string",
recommender_id: "__string",
subject: "__string",
tags: {
"__string" => "__string",
},
template_description: "__string",
text_part: "__string",
},
template_name: "__string", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#email_template_request ⇒ Types::EmailTemplateRequest
Specifies the content and settings for a message template that can be used in messages that are sent through the email channel.
-
#template_name ⇒ String
Instance Attribute Details
#email_template_request ⇒ Types::EmailTemplateRequest
Specifies the content and settings for a message template that can be used in messages that are sent through the email channel.
4012 4013 4014 4015 4016 4017 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 4012 class CreateEmailTemplateRequest < Struct.new( :email_template_request, :template_name) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
4012 4013 4014 4015 4016 4017 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 4012 class CreateEmailTemplateRequest < Struct.new( :email_template_request, :template_name) SENSITIVE = [] include Aws::Structure end |