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