Class: Aws::Types::ExecuteGremlinProfileQueryInput
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteGremlinProfileQueryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#chop ⇒ ::Integer
Returns the value of attribute chop.
-
#gremlin_query ⇒ ::String
Returns the value of attribute gremlin_query.
-
#index_ops ⇒ Boolean
Returns the value of attribute index_ops.
-
#results ⇒ Boolean
Returns the value of attribute results.
-
#serializer ⇒ ::String
Returns the value of attribute serializer.
Instance Attribute Details
#chop ⇒ ::Integer
Returns the value of attribute chop.
224 225 226 |
# File 'sig/types.rbs', line 224 def chop @chop end |
#gremlin_query ⇒ ::String
Returns the value of attribute gremlin_query.
222 223 224 |
# File 'sig/types.rbs', line 222 def gremlin_query @gremlin_query end |
#index_ops ⇒ Boolean
Returns the value of attribute index_ops.
226 227 228 |
# File 'sig/types.rbs', line 226 def index_ops @index_ops end |
#results ⇒ Boolean
Returns the value of attribute results.
223 224 225 |
# File 'sig/types.rbs', line 223 def results @results end |
#serializer ⇒ ::String
Returns the value of attribute serializer.
225 226 227 |
# File 'sig/types.rbs', line 225 def serializer @serializer end |