Class: Aws::Neptunedata::Types::CancelOpenCypherQueryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::CancelOpenCypherQueryOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#payload ⇒ Boolean
The cancelation payload for the openCypher query.
-
#status ⇒ String
The cancellation status of the openCypher query.
Instance Attribute Details
#payload ⇒ Boolean
The cancelation payload for the openCypher query.
273 274 275 276 277 278 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 273 class CancelOpenCypherQueryOutput < Struct.new( :status, :payload) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The cancellation status of the openCypher query.
273 274 275 276 277 278 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 273 class CancelOpenCypherQueryOutput < Struct.new( :status, :payload) SENSITIVE = [] include Aws::Structure end |