Class: Aws::Neptunedata::Types::ListGremlinQueriesOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accepted_query_countInteger

The number of queries that have been accepted but not yet completed, including queries in the queue.

Returns:

  • (Integer)


1914
1915
1916
1917
1918
1919
1920
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1914

class ListGremlinQueriesOutput < Struct.new(
  :accepted_query_count,
  :running_query_count,
  :queries)
  SENSITIVE = []
  include Aws::Structure
end

#queriesArray<Types::GremlinQueryStatus>

A list of the current queries.

Returns:



1914
1915
1916
1917
1918
1919
1920
# File 'gems/aws-sdk-neptunedata/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_countInteger

The number of Gremlin queries currently running.

Returns:

  • (Integer)


1914
1915
1916
1917
1918
1919
1920
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1914

class ListGremlinQueriesOutput < Struct.new(
  :accepted_query_count,
  :running_query_count,
  :queries)
  SENSITIVE = []
  include Aws::Structure
end