Class: Aws::RedshiftDataAPIService::Types::CancelStatementResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RedshiftDataAPIService::Types::CancelStatementResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshiftdataapiservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #status  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A value that indicates whether the cancel statement succeeded (true).
 
Instance Attribute Details
#status ⇒ Boolean
A value that indicates whether the cancel statement succeeded (true).
      224 225 226 227 228  | 
    
      # File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 224 class CancelStatementResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end  |