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

#elapsedInteger

The running time of the query, in milliseconds.

Returns:

  • (Integer)


1992
1993
1994
1995
1996
1997
1998
1999
2000
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1992

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

#idString

A string representation of the id of the query.

Returns:

  • (String)


1992
1993
1994
1995
1996
1997
1998
1999
2000
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1992

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

#query_stringString

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

Returns:

  • (String)


1992
1993
1994
1995
1996
1997
1998
1999
2000
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1992

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

#stateString

State of the query.

Returns:

  • (String)


1992
1993
1994
1995
1996
1997
1998
1999
2000
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1992

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

#waitedInteger

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

Returns:

  • (Integer)


1992
1993
1994
1995
1996
1997
1998
1999
2000
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1992

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