Class: Aws::Neptunedata::Types::ListOpenCypherQueriesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::ListOpenCypherQueriesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#include_waiting ⇒ Boolean
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.
Instance Attribute Details
#include_waiting ⇒ Boolean
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.
2095 2096 2097 2098 2099 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2095 class ListOpenCypherQueriesInput < Struct.new( :include_waiting) SENSITIVE = [] include Aws::Structure end |