AWSPinpointTargetingTemplateCreateMessageBody
Objective-C
@interface AWSPinpointTargetingTemplateCreateMessageBody
Swift
class AWSPinpointTargetingTemplateCreateMessageBody
Provides information about a request to create a message template.
-
The Amazon Resource Name (ARN) of the message template that was created.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;Swift
var arn: String? { get set } -
The message that’s returned from the API for the request to create the message template.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable message;Swift
var message: String? { get set } -
The unique identifier for the request to create the message template.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable requestID;Swift
var requestID: String? { get set }
View on GitHub
Install in Dash
AWSPinpointTargetingTemplateCreateMessageBody Class Reference