Module: Aws::CloudTrail::Client::_GetQueryResultsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetQueryResultsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #error_message ⇒ ::String
- #next_token ⇒ ::String
- #query_result_rows ⇒ ::Array[::Array[::Hash[::String, ::String]]]
- #query_statistics ⇒ Types::QueryStatistics
- #query_status ⇒ "QUEUED", ...
Instance Method Details
#error_message ⇒ ::String
494 |
# File 'sig/client.rbs', line 494 def error_message: () -> ::String |
#next_token ⇒ ::String
493 |
# File 'sig/client.rbs', line 493 def next_token: () -> ::String |
#query_result_rows ⇒ ::Array[::Array[::Hash[::String, ::String]]]
492 |
# File 'sig/client.rbs', line 492 def query_result_rows: () -> ::Array[::Array[::Hash[::String, ::String]]] |
#query_statistics ⇒ Types::QueryStatistics
491 |
# File 'sig/client.rbs', line 491 def query_statistics: () -> Types::QueryStatistics |
#query_status ⇒ "QUEUED", ...
490 |
# File 'sig/client.rbs', line 490 def query_status: () -> ("QUEUED" | "RUNNING" | "FINISHED" | "FAILED" | "CANCELLED" | "TIMED_OUT") |