Class: Aws::SimpleDB::Types::SelectResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::Item>

A list of items that match the select expression.

Returns:



539
540
541
542
543
544
# File 'gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb', line 539

class SelectResult < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An opaque token indicating that more items than MaxNumberOfItems were matched, the response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.

Returns:

  • (String)


539
540
541
542
543
544
# File 'gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb', line 539

class SelectResult < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end