Class: Aws::Neptunedata::Types::CancelOpenCypherQueryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::CancelOpenCypherQueryInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_id ⇒ String
The unique ID of the openCypher query to cancel.
-
#silent ⇒ Boolean
If set to ‘TRUE`, causes the cancelation of the openCypher query to happen silently.
Instance Attribute Details
#query_id ⇒ String
The unique ID of the openCypher query to cancel.
256 257 258 259 260 261 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 256 class CancelOpenCypherQueryInput < Struct.new( :query_id, :silent) SENSITIVE = [] include Aws::Structure end |
#silent ⇒ Boolean
If set to ‘TRUE`, causes the cancelation of the openCypher query to happen silently.
256 257 258 259 260 261 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 256 class CancelOpenCypherQueryInput < Struct.new( :query_id, :silent) SENSITIVE = [] include Aws::Structure end |