AWSPinpointTargetingGetJourneyExecutionMetricsResponse
Objective-C
@interface AWSPinpointTargetingGetJourneyExecutionMetricsResponse
Swift
class AWSPinpointTargetingGetJourneyExecutionMetricsResponse
-
Provides the results of a query that retrieved the data for a standard execution metric that applies to a journey, and provides information about that query.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingJourneyExecutionMetricsResponse *_Nullable journeyExecutionMetricsResponse;
Swift
var journeyExecutionMetricsResponse: AWSPinpointTargetingJourneyExecutionMetricsResponse? { get set }