Class: Aws::Neptunedata::Types::ListOpenCypherQueriesInput

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

#include_waitingBoolean

When set to TRUE and other parameters are not present, causes status information to be returned for waiting queries as well as for running queries.

Returns:

  • (Boolean)


2095
2096
2097
2098
2099
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2095

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