AWSPinpointTargetingGetJourneyResponse
Objective-C
@interface AWSPinpointTargetingGetJourneyResponse
Swift
class AWSPinpointTargetingGetJourneyResponse
-
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 }