AWSPinpointTargetingBaseKpiResult
Objective-C
@interface AWSPinpointTargetingBaseKpiResult
Swift
class AWSPinpointTargetingBaseKpiResult
Provides the results of a query that retrieved the data for a standard metric that applies to an application, campaign, or journey.
Required parameters: [Rows]
-
An array of objects that provides the results of a query that retrieved the data for a standard metric that applies to an application, campaign, or journey.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSPinpointTargetingResultRow *> *_Nullable rows;
Swift
var rows: [AWSPinpointTargetingResultRow]? { get set }