Class: Aws::Types::GetOpenCypherQueryStatusOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetOpenCypherQueryStatusOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#query_eval_stats ⇒ Types::QueryEvalStats
Returns the value of attribute query_eval_stats.
-
#query_id ⇒ ::String
Returns the value of attribute query_id.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
Instance Attribute Details
#query_eval_stats ⇒ Types::QueryEvalStats
Returns the value of attribute query_eval_stats.
401 402 403 |
# File 'sig/types.rbs', line 401 def query_eval_stats @query_eval_stats end |
#query_id ⇒ ::String
Returns the value of attribute query_id.
399 400 401 |
# File 'sig/types.rbs', line 399 def query_id @query_id end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
400 401 402 |
# File 'sig/types.rbs', line 400 def query_string @query_string end |