Class: Aws::Types::ListOpenCypherQueriesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListOpenCypherQueriesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accepted_query_count ⇒ ::Integer
Returns the value of attribute accepted_query_count.
-
#queries ⇒ ::Array[Types::GremlinQueryStatus]
Returns the value of attribute queries.
-
#running_query_count ⇒ ::Integer
Returns the value of attribute running_query_count.
Instance Attribute Details
#accepted_query_count ⇒ ::Integer
Returns the value of attribute accepted_query_count.
598 599 600 |
# File 'sig/types.rbs', line 598 def accepted_query_count @accepted_query_count end |
#queries ⇒ ::Array[Types::GremlinQueryStatus]
Returns the value of attribute queries.
600 601 602 |
# File 'sig/types.rbs', line 600 def queries @queries end |
#running_query_count ⇒ ::Integer
Returns the value of attribute running_query_count.
599 600 601 |
# File 'sig/types.rbs', line 599 def running_query_count @running_query_count end |