Class: Aws::Types::ExecuteQueryInput
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteQueryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#explain_mode ⇒ "STATIC", "DETAILS"
Returns the value of attribute explain_mode.
-
#graph_identifier ⇒ ::String
Returns the value of attribute graph_identifier.
-
#language ⇒ "OPEN_CYPHER"
Returns the value of attribute language.
-
#parameters ⇒ ::Hash[::String, untyped]
Returns the value of attribute parameters.
-
#plan_cache ⇒ "ENABLED", ...
Returns the value of attribute plan_cache.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
-
#query_timeout_milliseconds ⇒ ::Integer
Returns the value of attribute query_timeout_milliseconds.
Instance Attribute Details
#explain_mode ⇒ "STATIC", "DETAILS"
Returns the value of attribute explain_mode.
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.
221 222 223 |
# File 'sig/types.rbs', line 221 def graph_identifier @graph_identifier end |
#language ⇒ "OPEN_CYPHER"
Returns the value of attribute language.
223 224 225 |
# File 'sig/types.rbs', line 223 def language @language end |
#parameters ⇒ ::Hash[::String, untyped]
Returns the value of attribute parameters.
224 225 226 |
# File 'sig/types.rbs', line 224 def parameters @parameters end |
#plan_cache ⇒ "ENABLED", ...
Returns the value of attribute plan_cache.
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.
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.
227 228 229 |
# File 'sig/types.rbs', line 227 def query_timeout_milliseconds @query_timeout_milliseconds end |