Class: Aws::CloudWatchLogs::Types::DeleteQueryDefinitionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudWatchLogs::Types::DeleteQueryDefinitionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudwatchlogs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #success  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A value of TRUE indicates that the operation succeeded.
 
Instance Attribute Details
#success ⇒ Boolean
A value of TRUE indicates that the operation succeeded. FALSE indicates that the operation failed.
      1005 1006 1007 1008 1009  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1005 class DeleteQueryDefinitionResponse < Struct.new( :success) SENSITIVE = [] include Aws::Structure end  |