Class: Aws::NeptuneGraph::Types::GetQueryOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#elapsed ⇒ Integer

The number of milliseconds the query has been running.

Returns:

  • (Integer)


1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1614

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

#id ⇒ String

The ID of the query in question.

Returns:

  • (String)


1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1614

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

#query_string ⇒ String

The query in question.

Returns:

  • (String)


1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1614

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

#state ⇒ String

State of the query.

Returns:

  • (String)


1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1614

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

#waited ⇒ Integer

Indicates how long the query waited, in milliseconds.

Returns:

  • (Integer)


1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1614

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