AWSPinpointTargetingGetJourneyRunsResponse
Objective-C
@interface AWSPinpointTargetingGetJourneyRunsResponse
Swift
class AWSPinpointTargetingGetJourneyRunsResponse
-
Provides information from all runs of a journey.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingJourneyRunsResponse *_Nullable journeyRunsResponse;
Swift
var journeyRunsResponse: AWSPinpointTargetingJourneyRunsResponse? { get set }