AWSPinpointTargetingCreateJourneyResponse
Objective-C
@interface AWSPinpointTargetingCreateJourneyResponse
Swift
class AWSPinpointTargetingCreateJourneyResponse
-
Provides information about the status, configuration, and other settings for a journey.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingJourneyResponse *_Nullable journeyResponse;
Swift
var journeyResponse: AWSPinpointTargetingJourneyResponse? { get set }