AWSPinpointTargetingTemplateVersionResponse
Objective-C
@interface AWSPinpointTargetingTemplateVersionResponse
Swift
class AWSPinpointTargetingTemplateVersionResponse
Provides information about a specific version of a message template.
Required parameters: [LastModifiedDate, CreationDate, TemplateName, TemplateType]
-
The date, in ISO 8601 format, when the version of the message template was created.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable creationDate;
Swift
var creationDate: String? { get set }
-
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.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable defaultSubstitutions;
Swift
var defaultSubstitutions: String? { get set }
-
The date, in ISO 8601 format, when the version of the message template was last modified.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable lastModifiedDate;
Swift
var lastModifiedDate: String? { get set }
-
The custom description of the version of the message template.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable templateDescription;
Swift
var templateDescription: String? { get set }
-
The name of the message template.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable templateName;
Swift
var templateName: String? { get set }
-
The type of channel that the message template is designed for. Possible values are: EMAIL, PUSH, SMS, INAPP, and VOICE.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable templateType;
Swift
var templateType: String? { get set }
-
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.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable version;
Swift
var version: String? { get set }