Class: Aws::Types::ExecuteQueryInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#explain_mode"STATIC", "DETAILS"

Returns the value of attribute explain_mode.

Returns:

  • ("STATIC", "DETAILS")


226
227
228
# File 'sig/types.rbs', line 226

def explain_mode
  @explain_mode
end

#graph_identifier::String

Returns the value of attribute graph_identifier.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def graph_identifier
  @graph_identifier
end

#language"OPEN_CYPHER"

Returns the value of attribute language.

Returns:

  • ("OPEN_CYPHER")


223
224
225
# File 'sig/types.rbs', line 223

def language
  @language
end

#parameters::Hash[::String, untyped]

Returns the value of attribute parameters.

Returns:

  • (::Hash[::String, untyped])


224
225
226
# File 'sig/types.rbs', line 224

def parameters
  @parameters
end

#plan_cache"ENABLED", ...

Returns the value of attribute plan_cache.

Returns:

  • ("ENABLED", "DISABLED", "AUTO")


225
226
227
# File 'sig/types.rbs', line 225

def plan_cache
  @plan_cache
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def query_string
  @query_string
end

#query_timeout_milliseconds::Integer

Returns the value of attribute query_timeout_milliseconds.

Returns:

  • (::Integer)


227
228
229
# File 'sig/types.rbs', line 227

def query_timeout_milliseconds
  @query_timeout_milliseconds
end