AWSPinpointTargetingUpdateJourneyStateRequest
Objective-C
@interface AWSPinpointTargetingUpdateJourneyStateRequest
Swift
class AWSPinpointTargetingUpdateJourneyStateRequest
-
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable applicationId;Swift
var applicationId: String? { get set } -
The unique identifier for the journey.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable journeyId;Swift
var journeyId: String? { get set } -
Changes the status of a journey.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingJourneyStateRequest *_Nullable journeyStateRequest;Swift
var journeyStateRequest: AWSPinpointTargetingJourneyStateRequest? { get set }
View on GitHub
Install in Dash
AWSPinpointTargetingUpdateJourneyStateRequest Class Reference