Class: Aws::PinpointEmail::Types::Template

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#template_arnString

The Amazon Resource Name (ARN) of the template.

Returns:

  • (String)


3000
3001
3002
3003
3004
3005
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 3000

class Template < Struct.new(
  :template_arn,
  :template_data)
  SENSITIVE = []
  include Aws::Structure
end

#template_dataString

An object that defines the values to use for message variables in the template. This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the value to use for that variable.

Returns:

  • (String)


3000
3001
3002
3003
3004
3005
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 3000

class Template < Struct.new(
  :template_arn,
  :template_data)
  SENSITIVE = []
  include Aws::Structure
end