AWSPinpointTargetingListTemplateVersionsRequest

Objective-C

@interface AWSPinpointTargetingListTemplateVersionsRequest

Swift

class AWSPinpointTargetingListTemplateVersionsRequest
  • Thestring that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }
  • The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable pageSize;

    Swift

    var pageSize: String? { 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 }