class Aws::SimpleDB::Types::SelectRequest

@note When making an API call, you may pass SelectRequest

data as a hash:

    {
      select_expression: "String", # required
      next_token: "String",
      consistent_read: false,
    }

@!attribute [rw] select_expression

The expression used to query the domain.
@return [String]

@!attribute [rw] next_token

A string informing Amazon SimpleDB where to start the next list of `ItemNames`.
@return [String]

@!attribute [rw] consistent_read

Determines whether or not strong consistency should be enforced when data is read from SimpleDB. If `true`, any data previously written to SimpleDB will be returned. Otherwise, results will be consistent eventually, and the client may not see data that was written immediately before your read.
@return [Boolean]

Constants

SENSITIVE