Class: Aws::Neptunedata::Types::GetGremlinQueryStatusOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#query_eval_statsTypes::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_idString

The ID of the query for which status is being returned.

Returns:

  • (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

#query_stringString

The Gremlin query string.

Returns:

  • (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