DocumentAttributeValueCountPair
public struct DocumentAttributeValueCountPair : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The number of documents in the response that have the attribute value for the key.
Declaration
Swift
public let count: Int? -
The value of the attribute. For example, “HR.”
Declaration
Swift
public let documentAttributeValue: DocumentAttributeValue? -
Undocumented
Declaration
Swift
public init(count: Int? = nil, documentAttributeValue: DocumentAttributeValue? = nil)
View on GitHub
DocumentAttributeValueCountPair Structure Reference