Class: Aws::Types::ListOpenCypherQueriesOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accepted_query_count::Integer

Returns the value of attribute accepted_query_count.

Returns:

  • (::Integer)


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.

Returns:



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.

Returns:

  • (::Integer)


599
600
601
# File 'sig/types.rbs', line 599

def running_query_count
  @running_query_count
end