Class: Aws::Types::ListGremlinQueriesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListGremlinQueriesOutput
- 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.
530 531 532 |
# File 'sig/types.rbs', line 530 def accepted_query_count @accepted_query_count end |
#queries ⇒ ::Array[Types::GremlinQueryStatus]
Returns the value of attribute queries.
532 533 534 |
# File 'sig/types.rbs', line 532 def queries @queries end |
#running_query_count ⇒ ::Integer
Returns the value of attribute running_query_count.
531 532 533 |
# File 'sig/types.rbs', line 531 def running_query_count @running_query_count end |