Class: Aws::Types::ExecuteGremlinQueryInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#gremlin_query::String

Returns the value of attribute gremlin_query.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def gremlin_query
  @gremlin_query
end

#serializer::String

Returns the value of attribute serializer.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def serializer
  @serializer
end