Class: Aws::Neptunedata::Types::ListOpenCypherQueriesOutput

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)


2116
2117
2118
2119
2120
2121
2122
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2116

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

#queriesArray<Types::GremlinQueryStatus>

A list of current openCypher queries.

Returns:



2116
2117
2118
2119
2120
2121
2122
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2116

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

#running_query_countInteger

The number of currently running openCypher queries.

Returns:

  • (Integer)


2116
2117
2118
2119
2120
2121
2122
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2116

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