Class: Aws::TimestreamQuery::Types::CancelQueryRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::TimestreamQuery::Types::CancelQueryRequest
 
 
- Defined in:
 - gems/aws-sdk-timestreamquery/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.
      55 56 57 58 59  | 
    
      # File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 55 class CancelQueryRequest < Struct.new( :query_id) SENSITIVE = [] include Aws::Structure end  |