Class: Aws::Neptunedata::Types::GremlinQueryStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb

Overview

Captures the status of a Gremlin query (see the Gremlin query status API page).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#query_eval_statsTypes::QueryEvalStats

The query statistics of the Gremlin query.



1733
1734
1735
1736
1737
1738
1739
# File 'gems/aws-sdk-neptunedata/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_idString

The ID of the Gremlin query.

Returns:

  • (String)


1733
1734
1735
1736
1737
1738
1739
# File 'gems/aws-sdk-neptunedata/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_stringString

The query string of the Gremlin query.

Returns:

  • (String)


1733
1734
1735
1736
1737
1738
1739
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1733

class GremlinQueryStatus < Struct.new(
  :query_id,
  :query_string,
  :query_eval_stats)
  SENSITIVE = []
  include Aws::Structure
end