Class: Aws::Types::ExecuteGremlinQueryInput
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteGremlinQueryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gremlin_query ⇒ ::String
Returns the value of attribute gremlin_query.
-
#serializer ⇒ ::String
Returns the value of attribute serializer.
Instance Attribute Details
#gremlin_query ⇒ ::String
Returns the value of attribute gremlin_query.
236 237 238 |
# File 'sig/types.rbs', line 236 def gremlin_query @gremlin_query end |
#serializer ⇒ ::String
Returns the value of attribute serializer.
237 238 239 |
# File 'sig/types.rbs', line 237 def serializer @serializer end |