Class: Aws::TimestreamQuery::Types::CancelQueryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::CancelQueryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamquery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_id ⇒ String
The ID of the query that needs to be cancelled.
Instance Attribute Details
#query_id ⇒ String
The ID of the query that needs to be cancelled. ‘QueryID` is returned as part of the query result.
33 34 35 36 37 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 33 class CancelQueryRequest < Struct.new( :query_id) SENSITIVE = [] include Aws::Structure end |