AWSPinpointTargetingUpdateTemplateActiveVersionRequest
Objective-C
@interface AWSPinpointTargetingUpdateTemplateActiveVersionRequest
Swift
class AWSPinpointTargetingUpdateTemplateActiveVersionRequest
-
Specifies which version of a message template to use as the active version of the template.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingTemplateActiveVersionRequest *_Nullable templateActiveVersionRequest;
Swift
var templateActiveVersionRequest: AWSPinpointTargetingTemplateActiveVersionRequest? { get set }
-
The name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or hyphens (-). Template names are case sensitive.
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. Valid values are: EMAIL, PUSH, SMS, and VOICE.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable templateType;
Swift
var templateType: String? { get set }