FacetResult
public struct FacetResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The key for the facet values. This is the same as the DocumentAttributeKey provided in the query.
Declaration
Swift
public let documentAttributeKey: String?
-
An array of key/value pairs, where the key is the value of the attribute and the count is the number of documents that share the key value.
Declaration
Swift
public let documentAttributeValueCountPairs: [DocumentAttributeValueCountPair]?
-
Undocumented
Declaration
Swift
public init(documentAttributeKey: String? = nil, documentAttributeValueCountPairs: [DocumentAttributeValueCountPair]? = nil)