Class: Aws::Neptunedata::Types::ListGremlinQueriesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::ListGremlinQueriesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accepted_query_count ⇒ Integer
The number of queries that have been accepted but not yet completed, including queries in the queue.
-
#queries ⇒ Array<Types::GremlinQueryStatus>
A list of the current queries.
-
#running_query_count ⇒ Integer
The number of Gremlin queries currently running.
Instance Attribute Details
#accepted_query_count ⇒ Integer
The number of queries that have been accepted but not yet completed, including queries in the queue.
1914 1915 1916 1917 1918 1919 1920 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1914 class ListGremlinQueriesOutput < Struct.new( :accepted_query_count, :running_query_count, :queries) SENSITIVE = [] include Aws::Structure end |
#queries ⇒ Array<Types::GremlinQueryStatus>
A list of the current queries.
1914 1915 1916 1917 1918 1919 1920 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1914 class ListGremlinQueriesOutput < Struct.new( :accepted_query_count, :running_query_count, :queries) SENSITIVE = [] include Aws::Structure end |
#running_query_count ⇒ Integer
The number of Gremlin queries currently running.
1914 1915 1916 1917 1918 1919 1920 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1914 class ListGremlinQueriesOutput < Struct.new( :accepted_query_count, :running_query_count, :queries) SENSITIVE = [] include Aws::Structure end |