Class: Aws::Neptunedata::Types::GetOpenCypherQueryStatusOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::GetOpenCypherQueryStatusOutput
- Defined in:
- gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_eval_stats ⇒ Types::QueryEvalStats
The openCypher query evaluation status.
-
#query_id ⇒ String
The unique ID of the query for which status is being returned.
-
#query_string ⇒ String
The openCypher query string.
Instance Attribute Details
#query_eval_stats ⇒ Types::QueryEvalStats
The openCypher query evaluation status.
1396 1397 1398 1399 1400 1401 1402 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1396 class GetOpenCypherQueryStatusOutput < Struct.new( :query_id, :query_string, :query_eval_stats) SENSITIVE = [] include Aws::Structure end |
#query_id ⇒ String
The unique ID of the query for which status is being returned.
1396 1397 1398 1399 1400 1401 1402 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1396 class GetOpenCypherQueryStatusOutput < Struct.new( :query_id, :query_string, :query_eval_stats) SENSITIVE = [] include Aws::Structure end |
#query_string ⇒ String
The openCypher query string.
1396 1397 1398 1399 1400 1401 1402 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1396 class GetOpenCypherQueryStatusOutput < Struct.new( :query_id, :query_string, :query_eval_stats) SENSITIVE = [] include Aws::Structure end |