AWSPinpointTargetingCreateAppRequest
Objective-C
@interface AWSPinpointTargetingCreateAppRequest
Swift
class AWSPinpointTargetingCreateAppRequest
-
Specifies the display name of an application and the tags to associate with the application.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingCreateApplicationRequest *_Nullable createApplicationRequest;
Swift
var createApplicationRequest: AWSPinpointTargetingCreateApplicationRequest? { get set }