Class: Aws::Neptunedata::Types::GetGremlinQueryStatusInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#query_idString

The unique identifier that identifies the Gremlin query.

Returns:

  • (String)


1089
1090
1091
1092
1093
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 1089

class GetGremlinQueryStatusInput < Struct.new(
  :query_id)
  SENSITIVE = []
  include Aws::Structure
end