Class: Aws::Neptunedata::Types::ExecuteOpenCypherQueryInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-neptunedata/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#open_cypher_queryString

The openCypher query string to be executed.

Returns:

  • (String)


906
907
908
909
910
911
# File 'lib/aws-sdk-neptunedata/types.rb', line 906

class ExecuteOpenCypherQueryInput < Struct.new(
  :open_cypher_query,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#parametersString

The openCypher query parameters for query execution. See [Examples of openCypher parameterized queries] for more information.

[1]: docs.aws.amazon.com/neptune/latest/userguide/opencypher-parameterized-queries.html

Returns:

  • (String)


906
907
908
909
910
911
# File 'lib/aws-sdk-neptunedata/types.rb', line 906

class ExecuteOpenCypherQueryInput < Struct.new(
  :open_cypher_query,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end