Class: Aws::NeptuneGraph::Types::CancelQueryInput

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)


97
98
99
100
101
102
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 97

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

#query_idString

The unique identifier of the query to cancel.

Returns:

  • (String)


97
98
99
100
101
102
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 97

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