You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudSearchDomain::Types::Hits
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearchDomain::Types::Hits
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#cursor ⇒ String
A cursor that can be used to retrieve the next set of matching documents when you want to page through a large result set.
-
#found ⇒ Integer
The total number of documents that match the search request.
-
#hit ⇒ Array<Types::Hit>
A document that matches the search request.
-
#start ⇒ Integer
The index of the first matching document.
Instance Attribute Details
#cursor ⇒ String
A cursor that can be used to retrieve the next set of matching documents when you want to page through a large result set.
#found ⇒ Integer
The total number of documents that match the search request.
#hit ⇒ Array<Types::Hit>
A document that matches the search request.
#start ⇒ Integer
The index of the first matching document.