Class: Aws::Neptunedata::Types::ExecuteOpenCypherExplainQueryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::ExecuteOpenCypherExplainQueryOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#results ⇒ String
A text blob containing the openCypher ‘explain` results.
Instance Attribute Details
#results ⇒ String
A text blob containing the openCypher ‘explain` results.
885 886 887 888 889 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 885 class ExecuteOpenCypherExplainQueryOutput < Struct.new( :results) SENSITIVE = [] include Aws::Structure end |