Class: Aws::Types::ExecuteOpenCypherExplainQueryInput
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteOpenCypherExplainQueryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#explain_mode ⇒ "static", ...
Returns the value of attribute explain_mode.
-
#open_cypher_query ⇒ ::String
Returns the value of attribute open_cypher_query.
-
#parameters ⇒ ::String
Returns the value of attribute parameters.
Instance Attribute Details
#explain_mode ⇒ "static", ...
Returns the value of attribute explain_mode.
252 253 254 |
# File 'sig/types.rbs', line 252 def explain_mode @explain_mode end |
#open_cypher_query ⇒ ::String
Returns the value of attribute open_cypher_query.
250 251 252 |
# File 'sig/types.rbs', line 250 def open_cypher_query @open_cypher_query end |
#parameters ⇒ ::String
Returns the value of attribute parameters.
251 252 253 |
# File 'sig/types.rbs', line 251 def parameters @parameters end |