Class: Aws::Neptunedata::Types::ExecuteGremlinProfileQueryOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#outputString

A text blob containing the Gremlin Profile result. See [Gremlin profile API in Neptune] for details.

[1]: docs.aws.amazon.com/neptune/latest/userguide/gremlin-profile-api.html

Returns:

  • (String)


791
792
793
794
795
# File 'lib/aws-sdk-neptunedata/types.rb', line 791

class ExecuteGremlinProfileQueryOutput < Struct.new(
  :output)
  SENSITIVE = []
  include Aws::Structure
end