AWSPinpointTargetingDeleteAppResponse
Objective-C
@interface AWSPinpointTargetingDeleteAppResponse
Swift
class AWSPinpointTargetingDeleteAppResponse
-
Provides information about an application.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingApplicationResponse *_Nullable applicationResponse;
Swift
var applicationResponse: AWSPinpointTargetingApplicationResponse? { get set }