AWSPinpointTargetingTemplateVersionsResponse

Objective-C

@interface AWSPinpointTargetingTemplateVersionsResponse

Swift

class AWSPinpointTargetingTemplateVersionsResponse

Provides information about all the versions of a specific message template.

Required parameters: [Item]

  • An array of responses, one for each version of the message template.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSPinpointTargetingTemplateVersionResponse *> *_Nullable item;

    Swift

    var item: [AWSPinpointTargetingTemplateVersionResponse]? { get set }
  • The message that’s returned from the API for the request to retrieve information about all the versions of the message template.

    Declaration

    Objective-C

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

    Swift

    var message: String? { get set }
  • The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }
  • The unique identifier for the request to retrieve information about all the versions of the message template.

    Declaration

    Objective-C

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

    Swift

    var requestID: String? { get set }