Class: Aws::Pinpoint::Types::TemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::TemplateResponse
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Provides information about a message template that's associated with your Amazon Pinpoint account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the message template.
-
#creation_date ⇒ String
The date, in ISO 8601 format, when the message template was created.
-
#default_substitutions ⇒ String
The JSON object that specifies the default values that are used for message variables in the message template.
-
#last_modified_date ⇒ String
The date, in ISO 8601 format, when the message template was last modified.
-
#tags ⇒ Hash<String,String>
A map of key-value pairs that identifies the tags that are associated with the message template.
-
#template_description ⇒ String
The custom description 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, as an integer, for the active version of the message template.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the message template. This value isn't included in a TemplateResponse object. To retrieve the ARN of a template, use the GetEmailTemplate, GetPushTemplate, GetSmsTemplate, or GetVoiceTemplate operation, depending on the type of template that you want to retrieve the ARN for.
11471 11472 11473 11474 11475 11476 11477 11478 11479 11480 11481 11482 11483 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11471 class TemplateResponse < Struct.new( :arn, :creation_date, :default_substitutions, :last_modified_date, :tags, :template_description, :template_name, :template_type, :version) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ String
The date, in ISO 8601 format, when the message template was created.
11471 11472 11473 11474 11475 11476 11477 11478 11479 11480 11481 11482 11483 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11471 class TemplateResponse < Struct.new( :arn, :creation_date, :default_substitutions, :last_modified_date, :tags, :template_description, :template_name, :template_type, :version) SENSITIVE = [] include Aws::Structure end |
#default_substitutions ⇒ String
The JSON object that specifies the default values that are used for message variables in the message template. This object isn't included in a TemplateResponse object. To retrieve this object for a template, use the GetEmailTemplate, GetPushTemplate, GetSmsTemplate, or GetVoiceTemplate operation, depending on the type of template that you want to retrieve the object for.
11471 11472 11473 11474 11475 11476 11477 11478 11479 11480 11481 11482 11483 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11471 class TemplateResponse < Struct.new( :arn, :creation_date, :default_substitutions, :last_modified_date, :tags, :template_description, :template_name, :template_type, :version) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ String
The date, in ISO 8601 format, when the message template was last modified.
11471 11472 11473 11474 11475 11476 11477 11478 11479 11480 11481 11482 11483 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11471 class TemplateResponse < Struct.new( :arn, :creation_date, :default_substitutions, :last_modified_date, :tags, :template_description, :template_name, :template_type, :version) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map of key-value pairs that identifies the tags that are associated with the message template. This object isn't included in a TemplateResponse object. To retrieve this object for a template, use the GetEmailTemplate, GetPushTemplate, GetSmsTemplate, or GetVoiceTemplate operation, depending on the type of template that you want to retrieve the object for.
11471 11472 11473 11474 11475 11476 11477 11478 11479 11480 11481 11482 11483 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11471 class TemplateResponse < Struct.new( :arn, :creation_date, :default_substitutions, :last_modified_date, :tags, :template_description, :template_name, :template_type, :version) SENSITIVE = [] include Aws::Structure end |
#template_description ⇒ String
The custom description of the message template. This value isn't included in a TemplateResponse object. To retrieve the description of a template, use the GetEmailTemplate, GetPushTemplate, GetSmsTemplate, or GetVoiceTemplate operation, depending on the type of template that you want to retrieve the description for.
11471 11472 11473 11474 11475 11476 11477 11478 11479 11480 11481 11482 11483 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11471 class TemplateResponse < Struct.new( :arn, :creation_date, :default_substitutions, :last_modified_date, :tags, :template_description, :template_name, :template_type, :version) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the message template.
11471 11472 11473 11474 11475 11476 11477 11478 11479 11480 11481 11482 11483 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11471 class TemplateResponse < Struct.new( :arn, :creation_date, :default_substitutions, :last_modified_date, :tags, :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, and VOICE.
11471 11472 11473 11474 11475 11476 11477 11478 11479 11480 11481 11482 11483 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11471 class TemplateResponse < Struct.new( :arn, :creation_date, :default_substitutions, :last_modified_date, :tags, :template_description, :template_name, :template_type, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The unique identifier, as an integer, for the active version of the message template.
11471 11472 11473 11474 11475 11476 11477 11478 11479 11480 11481 11482 11483 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11471 class TemplateResponse < Struct.new( :arn, :creation_date, :default_substitutions, :last_modified_date, :tags, :template_description, :template_name, :template_type, :version) SENSITIVE = [] include Aws::Structure end |