AWSPinpointTargetingGetUserEndpointsResponse
Objective-C
@interface AWSPinpointTargetingGetUserEndpointsResponse
Swift
class AWSPinpointTargetingGetUserEndpointsResponse
-
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 }