Class: Aws::Neptunedata::Types::ExecuteGremlinQueryOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metaHash, ...

Metadata about the Gremlin query.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


847
848
849
850
851
852
853
854
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 847

class ExecuteGremlinQueryOutput < Struct.new(
  :request_id,
  :status,
  :result,
  :meta)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The unique identifier of the Gremlin query.

Returns:

  • (String)


847
848
849
850
851
852
853
854
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 847

class ExecuteGremlinQueryOutput < Struct.new(
  :request_id,
  :status,
  :result,
  :meta)
  SENSITIVE = []
  include Aws::Structure
end

#resultHash, ...

The Gremlin query output from the server.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


847
848
849
850
851
852
853
854
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 847

class ExecuteGremlinQueryOutput < Struct.new(
  :request_id,
  :status,
  :result,
  :meta)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::GremlinQueryStatusAttributes

The status of the Gremlin query.



847
848
849
850
851
852
853
854
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 847

class ExecuteGremlinQueryOutput < Struct.new(
  :request_id,
  :status,
  :result,
  :meta)
  SENSITIVE = []
  include Aws::Structure
end