Class: Aws::NeptuneGraph::Types::ListQueriesOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#queriesArray<Types::QuerySummary>

A list of current openCypher queries.

Returns:



1843
1844
1845
1846
1847
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1843

class ListQueriesOutput < Struct.new(
  :queries)
  SENSITIVE = []
  include Aws::Structure
end