Class: Aws::Neptunedata::Types::ExecuteGremlinProfileQueryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::ExecuteGremlinProfileQueryOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#output ⇒ String
A text blob containing the Gremlin Profile result.
Instance Attribute Details
#output ⇒ String
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
791 792 793 794 795 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 791 class ExecuteGremlinProfileQueryOutput < Struct.new( :output) SENSITIVE = [] include Aws::Structure end |