You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SimpleDB::Types::SelectResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimpleDB::Types::SelectResult
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::Item>
A list of items that match the select expression.
-
#next_token ⇒ String
An opaque token indicating that more items than
MaxNumberOfItems
were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.
Instance Attribute Details
#items ⇒ Array<Types::Item>
A list of items that match the select expression.
#next_token ⇒ String
An opaque token indicating that more items than MaxNumberOfItems
were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.