Class: Aws::Types::ExecuteOpenCypherQueryInput
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteOpenCypherQueryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#open_cypher_query ⇒ ::String
Returns the value of attribute open_cypher_query.
-
#parameters ⇒ ::String
Returns the value of attribute parameters.
Instance Attribute Details
#open_cypher_query ⇒ ::String
Returns the value of attribute open_cypher_query.
262 263 264 |
# File 'sig/types.rbs', line 262 def open_cypher_query @open_cypher_query end |
#parameters ⇒ ::String
Returns the value of attribute parameters.
263 264 265 |
# File 'sig/types.rbs', line 263 def parameters @parameters end |