Class: Aws::Neptunedata::Types::GetGremlinQueryStatusInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::GetGremlinQueryStatusInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_id ⇒ String
The unique identifier that identifies the Gremlin query.
Instance Attribute Details
#query_id ⇒ String
The unique identifier that identifies the Gremlin query.
1089 1090 1091 1092 1093 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1089 class GetGremlinQueryStatusInput < Struct.new( :query_id) SENSITIVE = [] include Aws::Structure end |