Class: Aws::Neptunedata::Types::CancelOpenCypherQueryOutput

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

#payloadBoolean

The cancelation payload for the openCypher query.

Returns:

  • (Boolean)


273
274
275
276
277
278
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 273

class CancelOpenCypherQueryOutput < Struct.new(
  :status,
  :payload)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The cancellation status of the openCypher query.

Returns:

  • (String)


273
274
275
276
277
278
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 273

class CancelOpenCypherQueryOutput < Struct.new(
  :status,
  :payload)
  SENSITIVE = []
  include Aws::Structure
end