Class: Aws::Types::GetQueryResultsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetQueryResultsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#query_result_rows ⇒ ::Array[::Array[::Hash[::String, ::String]]]
Returns the value of attribute query_result_rows.
-
#query_statistics ⇒ Types::QueryStatistics
Returns the value of attribute query_statistics.
-
#query_status ⇒ "QUEUED", ...
Returns the value of attribute query_status.
Instance Attribute Details
#error_message ⇒ ::String
Returns the value of attribute error_message.
552 553 554 |
# File 'sig/types.rbs', line 552 def end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
551 552 553 |
# File 'sig/types.rbs', line 551 def next_token @next_token end |
#query_result_rows ⇒ ::Array[::Array[::Hash[::String, ::String]]]
Returns the value of attribute query_result_rows.
550 551 552 |
# File 'sig/types.rbs', line 550 def query_result_rows @query_result_rows end |
#query_statistics ⇒ Types::QueryStatistics
Returns the value of attribute query_statistics.
549 550 551 |
# File 'sig/types.rbs', line 549 def query_statistics @query_statistics end |
#query_status ⇒ "QUEUED", ...
Returns the value of attribute query_status.
548 549 550 |
# File 'sig/types.rbs', line 548 def query_status @query_status end |