Class: Aws::NeptuneGraph::Types::QuerySummary

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

Overview

Details of the query listed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#elapsed ⇒ Integer

The running time of the query, in milliseconds.

Returns:

  • (Integer)


2390
2391
2392
2393
2394
2395
2396
2397
2398
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 2390

class QuerySummary < Struct.new(
  :id,
  :query_string,
  :waited,
  :elapsed,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#id ⇒ String

A string representation of the id of the query.

Returns:

  • (String)


2390
2391
2392
2393
2394
2395
2396
2397
2398
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 2390

class QuerySummary < Struct.new(
  :id,
  :query_string,
  :waited,
  :elapsed,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#query_string ⇒ String

The actual query text. The queryString may be truncated if the actual query string is too long.

Returns:

  • (String)


2390
2391
2392
2393
2394
2395
2396
2397
2398
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 2390

class QuerySummary < Struct.new(
  :id,
  :query_string,
  :waited,
  :elapsed,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#state ⇒ String

State of the query.

Returns:

  • (String)


2390
2391
2392
2393
2394
2395
2396
2397
2398
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 2390

class QuerySummary < Struct.new(
  :id,
  :query_string,
  :waited,
  :elapsed,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#waited ⇒ Integer

The amount of time, in milliseconds, the query has waited in the queue before being picked up by a worker thread.

Returns:

  • (Integer)


2390
2391
2392
2393
2394
2395
2396
2397
2398
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 2390

class QuerySummary < Struct.new(
  :id,
  :query_string,
  :waited,
  :elapsed,
  :state)
  SENSITIVE = []
  include Aws::Structure
end