AWSPinpointTargetingListJourneysResponse
Objective-C
@interface AWSPinpointTargetingListJourneysResponse
Swift
class AWSPinpointTargetingListJourneysResponse
-
Provides information about the status, configuration, and other settings for all the journeys that are associated with an application.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingJourneysResponse *_Nullable journeysResponse;
Swift
var journeysResponse: AWSPinpointTargetingJourneysResponse? { get set }