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

#elapsedInteger

The number of milliseconds the query has been running.

Returns:

  • (Integer)


1267
1268
1269
1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1267

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

#idString

The ID of the query in question.

Returns:

  • (String)


1267
1268
1269
1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1267

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

#query_stringString

The query in question.

Returns:

  • (String)


1267
1268
1269
1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1267

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

#stateString

State of the query.

Returns:

  • (String)


1267
1268
1269
1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1267

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

#waitedInteger

Indicates how long the query waited, in milliseconds.

Returns:

  • (Integer)


1267
1268
1269
1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1267

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