Class: Aws::Types::SelectRequest
- Inherits:
-
Object
- Object
- Aws::Types::SelectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consistent_read ⇒ Boolean
Returns the value of attribute consistent_read.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#select_expression ⇒ ::String
Returns the value of attribute select_expression.
Instance Attribute Details
#consistent_read ⇒ Boolean
Returns the value of attribute consistent_read.
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.
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.
205 206 207 |
# File 'sig/types.rbs', line 205 def select_expression @select_expression end |