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
492 |
# File 'sig/client.rbs', line 492
def error_message: () -> ::String
|
#next_token ⇒ ::String
491 |
# File 'sig/client.rbs', line 491
def next_token: () -> ::String
|
#query_result_rows ⇒ ::Array[::Array[::Hash[::String, ::String]]]
490 |
# File 'sig/client.rbs', line 490
def query_result_rows: () -> ::Array[::Array[::Hash[::String, ::String]]]
|
#query_statistics ⇒ Types::QueryStatistics
489 |
# File 'sig/client.rbs', line 489
def query_statistics: () -> Types::QueryStatistics
|
#query_status ⇒ "QUEUED", ...
488 |
# File 'sig/client.rbs', line 488
def query_status: () -> ("QUEUED" | "RUNNING" | "FINISHED" | "FAILED" | "CANCELLED" | "TIMED_OUT")
|