Class: Aws::Types::GetQueryResultsInput
- Inherits:
-
Object
- Object
- Aws::Types::GetQueryResultsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#query_execution_id ⇒ ::String
Returns the value of attribute query_execution_id.
-
#query_result_type ⇒ "DATA_MANIFEST", "DATA_ROWS"
Returns the value of attribute query_result_type.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
518 519 520 |
# File 'sig/types.rbs', line 518 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
517 518 519 |
# File 'sig/types.rbs', line 517 def next_token @next_token end |
#query_execution_id ⇒ ::String
Returns the value of attribute query_execution_id.
516 517 518 |
# File 'sig/types.rbs', line 516 def query_execution_id @query_execution_id end |
#query_result_type ⇒ "DATA_MANIFEST", "DATA_ROWS"
Returns the value of attribute query_result_type.
519 520 521 |
# File 'sig/types.rbs', line 519 def query_result_type @query_result_type end |