AWSPinpointTargetingDeleteUserEndpointsResponse
Objective-C
@interface AWSPinpointTargetingDeleteUserEndpointsResponse
Swift
class AWSPinpointTargetingDeleteUserEndpointsResponse
-
Provides information about all the endpoints that are associated with a user ID.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingEndpointsResponse *_Nullable endpointsResponse;
Swift
var endpointsResponse: AWSPinpointTargetingEndpointsResponse? { get set }