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