ProductViewAggregationValue
public struct ProductViewAggregationValue : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An approximate count of the products that match the value.
Declaration
Swift
public let approximateCount: Int?
-
The value of the product view aggregation.
Declaration
Swift
public let value: String?
-
Undocumented
Declaration
Swift
public init(approximateCount: Int? = nil, value: String? = nil)