AWSPinpointTargetingDeleteUserEndpointsRequest

Objective-C

@interface AWSPinpointTargetingDeleteUserEndpointsRequest

Swift

class AWSPinpointTargetingDeleteUserEndpointsRequest
  • The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

    Declaration

    Objective-C

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

    Swift

    var applicationId: String? { get set }
  • The unique identifier for the user.

    Declaration

    Objective-C

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

    Swift

    var userId: String? { get set }