AWSPinpointTargetingResultRow
Objective-C
@interface AWSPinpointTargetingResultRow
Swift
class AWSPinpointTargetingResultRow
Provides the results of a query that retrieved the data for a standard metric that applies to an application, campaign, or journey.
Required parameters: [GroupedBys, Values]
-
An array of objects that defines the field and field values that were used to group data in a result set that contains multiple results. This value is null if the data in a result set isn’t grouped.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSPinpointTargetingResultRowValue *> *_Nullable groupedBys;
Swift
var groupedBys: [AWSPinpointTargetingResultRowValue]? { get set }
-
An array of objects that provides pre-aggregated values for a standard metric that applies to an application, campaign, or journey.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSPinpointTargetingResultRowValue *> *_Nullable values;
Swift
var values: [AWSPinpointTargetingResultRowValue]? { get set }