Class: Aws::Types::ExecuteGremlinQueryOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#metaObject

Returns the value of attribute meta.

Returns:



245
246
247
# File 'sig/types.rbs', line 245

def meta
  @meta
end

#request_id::String

Returns the value of attribute request_id.

Returns:



242
243
244
# File 'sig/types.rbs', line 242

def request_id
  @request_id
end

#resultObject

Returns the value of attribute result.

Returns:



244
245
246
# File 'sig/types.rbs', line 244

def result
  @result
end

#statusTypes::GremlinQueryStatusAttributes

Returns the value of attribute status.

Returns:



243
244
245
# File 'sig/types.rbs', line 243

def status
  @status
end