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