AWSPinpointTargetingJourneyRunResponse
Objective-C
@interface AWSPinpointTargetingJourneyRunResponse
Swift
class AWSPinpointTargetingJourneyRunResponse
Provides information from a specified run of a journey.
Required parameters: [Status, LastUpdateTime, CreationTime, RunId]
-
The time when the journey run was created or scheduled, in ISO 8601 format.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable creationTime;
Swift
var creationTime: String? { get set }
-
The last time the journey run was updated, in ISO 8601 format..
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable lastUpdateTime;
Swift
var lastUpdateTime: String? { get set }
-
The unique identifier for the run.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable runId;
Swift
var runId: String? { get set }
-
The current status of the journey run.
Declaration
Objective-C
@property (nonatomic) AWSPinpointTargetingJourneyRunStatus status;
Swift
var status: AWSPinpointTargetingJourneyRunStatus { get set }