Class: Aws::Pinpoint::Types::TemplateVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::TemplateVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Provides information about a specific version of a message template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date ⇒ String
The date, in ISO 8601 format, when the version of the message template was created.
-
#default_substitutions ⇒ String
A JSON object that specifies the default values that are used for message variables in the version of the message template.
-
#last_modified_date ⇒ String
The date, in ISO 8601 format, when the version of the message template was last modified.
-
#template_description ⇒ String
The custom description of the version of the message template.
-
#template_name ⇒ String
The name of the message template.
-
#template_type ⇒ String
The type of channel that the message template is designed for.
-
#version ⇒ String
The unique identifier for the version of the message template.
Instance Attribute Details
#creation_date ⇒ String
The date, in ISO 8601 format, when the version of the message template was created.
12109 12110 12111 12112 12113 12114 12115 12116 12117 12118 12119 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 12109 class TemplateVersionResponse < Struct.new( :creation_date, :default_substitutions, :last_modified_date, :template_description, :template_name, :template_type, :version) SENSITIVE = [] include Aws::Structure end |
#default_substitutions ⇒ String
A JSON object that specifies the default values that are used for message variables in the version of the message template. This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the default value for that variable.
12109 12110 12111 12112 12113 12114 12115 12116 12117 12118 12119 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 12109 class TemplateVersionResponse < Struct.new( :creation_date, :default_substitutions, :last_modified_date, :template_description, :template_name, :template_type, :version) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ String
The date, in ISO 8601 format, when the version of the message template was last modified.
12109 12110 12111 12112 12113 12114 12115 12116 12117 12118 12119 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 12109 class TemplateVersionResponse < Struct.new( :creation_date, :default_substitutions, :last_modified_date, :template_description, :template_name, :template_type, :version) SENSITIVE = [] include Aws::Structure end |
#template_description ⇒ String
The custom description of the version of the message template.
12109 12110 12111 12112 12113 12114 12115 12116 12117 12118 12119 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 12109 class TemplateVersionResponse < Struct.new( :creation_date, :default_substitutions, :last_modified_date, :template_description, :template_name, :template_type, :version) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the message template.
12109 12110 12111 12112 12113 12114 12115 12116 12117 12118 12119 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 12109 class TemplateVersionResponse < Struct.new( :creation_date, :default_substitutions, :last_modified_date, :template_description, :template_name, :template_type, :version) SENSITIVE = [] include Aws::Structure end |
#template_type ⇒ String
The type of channel that the message template is designed for. Possible values are: EMAIL, PUSH, SMS, INAPP, and VOICE.
12109 12110 12111 12112 12113 12114 12115 12116 12117 12118 12119 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 12109 class TemplateVersionResponse < Struct.new( :creation_date, :default_substitutions, :last_modified_date, :template_description, :template_name, :template_type, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The unique identifier for the version of the message template. This value is an integer that Amazon Pinpoint automatically increments and assigns to each new version of a template.
12109 12110 12111 12112 12113 12114 12115 12116 12117 12118 12119 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 12109 class TemplateVersionResponse < Struct.new( :creation_date, :default_substitutions, :last_modified_date, :template_description, :template_name, :template_type, :version) SENSITIVE = [] include Aws::Structure end |