Class: Aws::PinpointEmail::Types::Template
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointEmail::Types::Template
- Defined in:
- gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#template_arn ⇒ String
The Amazon Resource Name (ARN) of the template.
-
#template_data ⇒ String
An object that defines the values to use for message variables in the template.
Instance Attribute Details
#template_arn ⇒ String
The Amazon Resource Name (ARN) of the template.
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_data ⇒ String
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.
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 |