Class: Aws::Types::SelectRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consistent_readBoolean

Returns the value of attribute consistent_read.

Returns:

  • (Boolean)


207
208
209
# File 'sig/types.rbs', line 207

def consistent_read
  @consistent_read
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


206
207
208
# File 'sig/types.rbs', line 206

def next_token
  @next_token
end

#select_expression::String

Returns the value of attribute select_expression.

Returns:

  • (::String)


205
206
207
# File 'sig/types.rbs', line 205

def select_expression
  @select_expression
end