Class: Aws::Neptunedata::Types::GetOpenCypherQueryStatusOutput

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 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_idString

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

Returns:

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

#query_stringString

The openCypher query string.

Returns:

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