Class: Aws::Neptunedata::Types::ExecuteGremlinExplainQueryInput

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

#gremlin_queryString

The Gremlin explain query string.

Returns:

  • (String)


713
714
715
716
717
# File 'lib/aws-sdk-neptunedata/types.rb', line 713

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