Class: Aws::Neptunedata::Types::GetOpenCypherQueryStatusInput

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

#query_idString

The unique ID of the openCypher query for which to retrieve the query status.

Returns:

  • (String)


1376
1377
1378
1379
1380
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1376

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