Class: Aws::RDS::Types::DeleteDBProxyResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DeleteDBProxyResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_proxy  ⇒ Types::DBProxy 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The data structure representing the details of the DB proxy that you delete.
 
Instance Attribute Details
#db_proxy ⇒ Types::DBProxy
The data structure representing the details of the DB proxy that you delete.
      11887 11888 11889 11890 11891  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 11887 class DeleteDBProxyResponse < Struct.new( :db_proxy) SENSITIVE = [] include Aws::Structure end  |