Class: Aws::Pinpoint::Types::TemplateResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#arnString

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.

Returns:

  • (String)


11993
11994
11995
11996
11997
11998
11999
12000
12001
12002
12003
12004
12005
# File 'lib/aws-sdk-pinpoint/types.rb', line 11993

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_dateString

The date, in ISO 8601 format, when the message template was created.

Returns:

  • (String)


11993
11994
11995
11996
11997
11998
11999
12000
12001
12002
12003
12004
12005
# File 'lib/aws-sdk-pinpoint/types.rb', line 11993

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_substitutionsString

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.

Returns:

  • (String)


11993
11994
11995
11996
11997
11998
11999
12000
12001
12002
12003
12004
12005
# File 'lib/aws-sdk-pinpoint/types.rb', line 11993

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_dateString

The date, in ISO 8601 format, when the message template was last modified.

Returns:

  • (String)


11993
11994
11995
11996
11997
11998
11999
12000
12001
12002
12003
12004
12005
# File 'lib/aws-sdk-pinpoint/types.rb', line 11993

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

#tagsHash<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.

Returns:

  • (Hash<String,String>)


11993
11994
11995
11996
11997
11998
11999
12000
12001
12002
12003
12004
12005
# File 'lib/aws-sdk-pinpoint/types.rb', line 11993

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_descriptionString

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.

Returns:

  • (String)


11993
11994
11995
11996
11997
11998
11999
12000
12001
12002
12003
12004
12005
# File 'lib/aws-sdk-pinpoint/types.rb', line 11993

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_nameString

The name of the message template.

Returns:

  • (String)


11993
11994
11995
11996
11997
11998
11999
12000
12001
12002
12003
12004
12005
# File 'lib/aws-sdk-pinpoint/types.rb', line 11993

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_typeString

The type of channel that the message template is designed for. Possible values are: EMAIL, PUSH, SMS, INAPP, and VOICE.

Returns:

  • (String)


11993
11994
11995
11996
11997
11998
11999
12000
12001
12002
12003
12004
12005
# File 'lib/aws-sdk-pinpoint/types.rb', line 11993

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

#versionString

The unique identifier, as an integer, for the active version of the message template.

Returns:

  • (String)


11993
11994
11995
11996
11997
11998
11999
12000
12001
12002
12003
12004
12005
# File 'lib/aws-sdk-pinpoint/types.rb', line 11993

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