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