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