Class: Aws::RedshiftDataAPIService::Types::CancelStatementResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RedshiftDataAPIService::Types::CancelStatementResponse
 
- Defined in:
- gems/aws-sdk-redshiftdataapiservice/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).
| 230 231 232 233 234 | # File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 230 class CancelStatementResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |