AWSPinpointTargetingDeleteEndpointResponse
Objective-C
@interface AWSPinpointTargetingDeleteEndpointResponse
Swift
class AWSPinpointTargetingDeleteEndpointResponse
-
Provides information about the channel type and other settings for an endpoint.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingEndpointResponse *_Nullable endpointResponse;
Swift
var endpointResponse: AWSPinpointTargetingEndpointResponse? { get set }