Module: Aws::CloudTrail::Client::_DescribeQueryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeQueryResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #delivery_s3_uri ⇒ ::String
- #delivery_status ⇒ "SUCCESS", ...
- #error_message ⇒ ::String
- #event_data_store_owner_account_id ⇒ ::String
- #prompt ⇒ ::String
- #query_id ⇒ ::String
- #query_statistics ⇒ Types::QueryStatisticsForDescribeQuery
- #query_status ⇒ "QUEUED", ...
- #query_string ⇒ ::String
Instance Method Details
#delivery_s3_uri ⇒ ::String
308 |
# File 'sig/client.rbs', line 308 def delivery_s3_uri: () -> ::String |
#delivery_status ⇒ "SUCCESS", ...
309 |
# File 'sig/client.rbs', line 309 def delivery_status: () -> ("SUCCESS" | "FAILED" | "FAILED_SIGNING_FILE" | "PENDING" | "RESOURCE_NOT_FOUND" | "ACCESS_DENIED" | "ACCESS_DENIED_SIGNING_FILE" | "CANCELLED" | "UNKNOWN") |
#error_message ⇒ ::String
307 |
# File 'sig/client.rbs', line 307 def error_message: () -> ::String |
#event_data_store_owner_account_id ⇒ ::String
311 |
# File 'sig/client.rbs', line 311 def event_data_store_owner_account_id: () -> ::String |
#prompt ⇒ ::String
310 |
# File 'sig/client.rbs', line 310 def prompt: () -> ::String |
#query_id ⇒ ::String
303 |
# File 'sig/client.rbs', line 303 def query_id: () -> ::String |
#query_statistics ⇒ Types::QueryStatisticsForDescribeQuery
306 |
# File 'sig/client.rbs', line 306 def query_statistics: () -> Types::QueryStatisticsForDescribeQuery |
#query_status ⇒ "QUEUED", ...
305 |
# File 'sig/client.rbs', line 305 def query_status: () -> ("QUEUED" | "RUNNING" | "FINISHED" | "FAILED" | "CANCELLED" | "TIMED_OUT") |
#query_string ⇒ ::String
304 |
# File 'sig/client.rbs', line 304 def query_string: () -> ::String |