Class: Aws::Neptunedata::Types::ExecuteGremlinExplainQueryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::ExecuteGremlinExplainQueryOutput
- Defined in:
- gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#output ⇒ String
A text blob containing the Gremlin explain result, as described in [Tuning Gremlin queries][1].
Instance Attribute Details
#output ⇒ String
A text blob containing the Gremlin explain result, as described in Tuning Gremlin queries.
730 731 732 733 734 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 730 class ExecuteGremlinExplainQueryOutput < Struct.new( :output) SENSITIVE = [] include Aws::Structure end |