Class: Aws::RedshiftDataAPIService::Types::CancelStatementRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RedshiftDataAPIService::Types::CancelStatementRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshiftdataapiservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the SQL statement to cancel.
 
Instance Attribute Details
#id ⇒ String
The identifier of the SQL statement to cancel. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API. This identifier is returned by ‘BatchExecuteStatment`, `ExecuteStatment`, and `ListStatements`.
      211 212 213 214 215  | 
    
      # File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 211 class CancelStatementRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end  |