Class: Aws::Types::ExecuteGremlinProfileQueryInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#chop::Integer

Returns the value of attribute chop.

Returns:

  • (::Integer)


224
225
226
# File 'sig/types.rbs', line 224

def chop
  @chop
end

#gremlin_query::String

Returns the value of attribute gremlin_query.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def gremlin_query
  @gremlin_query
end

#index_opsBoolean

Returns the value of attribute index_ops.

Returns:

  • (Boolean)


226
227
228
# File 'sig/types.rbs', line 226

def index_ops
  @index_ops
end

#resultsBoolean

Returns the value of attribute results.

Returns:

  • (Boolean)


223
224
225
# File 'sig/types.rbs', line 223

def results
  @results
end

#serializer::String

Returns the value of attribute serializer.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def serializer
  @serializer
end