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