Class: Aws::Neptunedata::Types::GetOpenCypherQueryStatusInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::GetOpenCypherQueryStatusInput
- 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 for which to retrieve the query status.
Instance Attribute Details
#query_id ⇒ String
The unique ID of the openCypher query for which to retrieve the query status.
1376 1377 1378 1379 1380 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1376 class GetOpenCypherQueryStatusInput < Struct.new( :query_id) SENSITIVE = [] include Aws::Structure end |