Class: Aws::Neptunedata::Types::GremlinQueryStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::GremlinQueryStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Captures the status of a Gremlin query (see the [Gremlin query status API] page).
[1]: docs.aws.amazon.com/neptune/latest/userguide/gremlin-api-status.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_eval_stats ⇒ Types::QueryEvalStats
The query statistics of the Gremlin query.
-
#query_id ⇒ String
The ID of the Gremlin query.
-
#query_string ⇒ String
The query string of the Gremlin query.
Instance Attribute Details
#query_eval_stats ⇒ Types::QueryEvalStats
The query statistics of the Gremlin query.
1733 1734 1735 1736 1737 1738 1739 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1733 class GremlinQueryStatus < Struct.new( :query_id, :query_string, :query_eval_stats) SENSITIVE = [] include Aws::Structure end |
#query_id ⇒ String
The ID of the Gremlin query.
1733 1734 1735 1736 1737 1738 1739 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1733 class GremlinQueryStatus < Struct.new( :query_id, :query_string, :query_eval_stats) SENSITIVE = [] include Aws::Structure end |
#query_string ⇒ String
The query string of the Gremlin query.
1733 1734 1735 1736 1737 1738 1739 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1733 class GremlinQueryStatus < Struct.new( :query_id, :query_string, :query_eval_stats) SENSITIVE = [] include Aws::Structure end |