Class: Aws::Neptunedata::Types::GetGremlinQueryStatusOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::GetGremlinQueryStatusOutput
- 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 evaluation status of the Gremlin query.
-
#query_id ⇒ String
The ID of the query for which status is being returned.
-
#query_string ⇒ String
The Gremlin query string.
Instance Attribute Details
#query_eval_stats ⇒ Types::QueryEvalStats
The evaluation status of the Gremlin query.
1109 1110 1111 1112 1113 1114 1115 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1109 class GetGremlinQueryStatusOutput < Struct.new( :query_id, :query_string, :query_eval_stats) SENSITIVE = [] include Aws::Structure end |
#query_id ⇒ String
The ID of the query for which status is being returned.
1109 1110 1111 1112 1113 1114 1115 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1109 class GetGremlinQueryStatusOutput < Struct.new( :query_id, :query_string, :query_eval_stats) SENSITIVE = [] include Aws::Structure end |
#query_string ⇒ String
The Gremlin query string.
1109 1110 1111 1112 1113 1114 1115 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1109 class GetGremlinQueryStatusOutput < Struct.new( :query_id, :query_string, :query_eval_stats) SENSITIVE = [] include Aws::Structure end |