Class: Aws::Neptunedata::Types::ExecuteGremlinExplainQueryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::ExecuteGremlinExplainQueryInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gremlin_query ⇒ String
The Gremlin explain query string.
Instance Attribute Details
#gremlin_query ⇒ String
The Gremlin explain query 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 |