Method: Aws::NeptuneGraph::Types::GetQueryInput#query_id
- Defined in:
- lib/aws-sdk-neptunegraph/types.rb
#query_id ⇒ String
The ID of the query in question.
1585 1586 1587 1588 1589 1590 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 1585 class GetQueryInput < Struct.new( :graph_identifier, :query_id) SENSITIVE = [] include Aws::Structure end |