You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kendra::Types::DocumentAttributeValueCountPair

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides the count of documents that match a particular attribute when doing a faceted search.

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of documents in the response that have the attribute value for the key.

Returns:

  • (Integer)

    The number of documents in the response that have the attribute value for the key.

#document_attribute_valueTypes::DocumentAttributeValue

The value of the attribute. For example, \"HR.\"

Returns: