Class: Aws::TimestreamQuery::Types::CancelQueryRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#query_idString

The ID of the query that needs to be cancelled. QueryID is returned as part of the query result.

Returns:

  • (String)


33
34
35
36
37
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 33

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