Class: Aws::NeptuneGraph::Types::GetQueryInput

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

#graph_identifierString

The unique identifier of the Neptune Analytics graph.

Returns:

  • (String)


1238
1239
1240
1241
1242
1243
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1238

class GetQueryInput < Struct.new(
  :graph_identifier,
  :query_id)
  SENSITIVE = []
  include Aws::Structure
end

#query_idString

The ID of the query in question.

Returns:

  • (String)


1238
1239
1240
1241
1242
1243
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1238

class GetQueryInput < Struct.new(
  :graph_identifier,
  :query_id)
  SENSITIVE = []
  include Aws::Structure
end