Class: Aws::Types::DescribeQueryResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeQueryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delivery_s3_uri ⇒ ::String
Returns the value of attribute delivery_s3_uri.
-
#delivery_status ⇒ "SUCCESS", ...
Returns the value of attribute delivery_status.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#event_data_store_owner_account_id ⇒ ::String
Returns the value of attribute event_data_store_owner_account_id.
-
#prompt ⇒ ::String
Returns the value of attribute prompt.
-
#query_id ⇒ ::String
Returns the value of attribute query_id.
-
#query_statistics ⇒ Types::QueryStatisticsForDescribeQuery
Returns the value of attribute query_statistics.
-
#query_status ⇒ "QUEUED", ...
Returns the value of attribute query_status.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
Instance Attribute Details
#delivery_s3_uri ⇒ ::String
Returns the value of attribute delivery_s3_uri.
301 302 303 |
# File 'sig/types.rbs', line 301 def delivery_s3_uri @delivery_s3_uri end |
#delivery_status ⇒ "SUCCESS", ...
Returns the value of attribute delivery_status.
302 303 304 |
# File 'sig/types.rbs', line 302 def delivery_status @delivery_status end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
300 301 302 |
# File 'sig/types.rbs', line 300 def @error_message end |
#event_data_store_owner_account_id ⇒ ::String
Returns the value of attribute event_data_store_owner_account_id.
304 305 306 |
# File 'sig/types.rbs', line 304 def event_data_store_owner_account_id @event_data_store_owner_account_id end |
#prompt ⇒ ::String
Returns the value of attribute prompt.
303 304 305 |
# File 'sig/types.rbs', line 303 def prompt @prompt end |
#query_id ⇒ ::String
Returns the value of attribute query_id.
296 297 298 |
# File 'sig/types.rbs', line 296 def query_id @query_id end |
#query_statistics ⇒ Types::QueryStatisticsForDescribeQuery
Returns the value of attribute query_statistics.
299 300 301 |
# File 'sig/types.rbs', line 299 def query_statistics @query_statistics end |
#query_status ⇒ "QUEUED", ...
Returns the value of attribute query_status.
298 299 300 |
# File 'sig/types.rbs', line 298 def query_status @query_status end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
297 298 299 |
# File 'sig/types.rbs', line 297 def query_string @query_string end |