Class: Aws::NeptuneGraph::Types::GetQueryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::NeptuneGraph::Types::GetQueryOutput
- Defined in:
- gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#elapsed ⇒ Integer
The number of milliseconds the query has been running.
-
#id ⇒ String
The ID of the query in question.
-
#query_string ⇒ String
The query in question.
-
#state ⇒ String
State of the query.
-
#waited ⇒ Integer
Indicates how long the query waited, in milliseconds.
Instance Attribute Details
#elapsed ⇒ Integer
The number of milliseconds the query has been running.
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.
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.
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.
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.
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 |