ResultRow
public struct ResultRow : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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
Swift
public let groupedBys: [ResultRowValue]
-
An array of objects that provides pre-aggregated values for a standard metric that applies to an application, campaign, or journey.
Declaration
Swift
public let values: [ResultRowValue]
-
Undocumented
Declaration
Swift
public init(groupedBys: [ResultRowValue], values: [ResultRowValue])