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
306 |
# File 'sig/client.rbs', line 306
def delivery_s3_uri: () -> ::String
|
#delivery_status ⇒ "SUCCESS", ...
307 |
# File 'sig/client.rbs', line 307
def delivery_status: () -> ("SUCCESS" | "FAILED" | "FAILED_SIGNING_FILE" | "PENDING" | "RESOURCE_NOT_FOUND" | "ACCESS_DENIED" | "ACCESS_DENIED_SIGNING_FILE" | "CANCELLED" | "UNKNOWN")
|
#error_message ⇒ ::String
305 |
# File 'sig/client.rbs', line 305
def error_message: () -> ::String
|
#event_data_store_owner_account_id ⇒ ::String
309 |
# File 'sig/client.rbs', line 309
def event_data_store_owner_account_id: () -> ::String
|
#prompt ⇒ ::String
308 |
# File 'sig/client.rbs', line 308
def prompt: () -> ::String
|
#query_id ⇒ ::String
301 |
# File 'sig/client.rbs', line 301
def query_id: () -> ::String
|
#query_statistics ⇒ Types::QueryStatisticsForDescribeQuery
304 |
# File 'sig/client.rbs', line 304
def query_statistics: () -> Types::QueryStatisticsForDescribeQuery
|
#query_status ⇒ "QUEUED", ...
303 |
# File 'sig/client.rbs', line 303
def query_status: () -> ("QUEUED" | "RUNNING" | "FINISHED" | "FAILED" | "CANCELLED" | "TIMED_OUT")
|
#query_string ⇒ ::String
302 |
# File 'sig/client.rbs', line 302
def query_string: () -> ::String
|