AWSPinpointTargetingCreateTemplateMessageBody

Objective-C

@interface AWSPinpointTargetingCreateTemplateMessageBody

Swift

class AWSPinpointTargetingCreateTemplateMessageBody

Provides information about a request to create a message template.

  • arn

    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 }