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.
| 11568 11569 11570 11571 11572 | # File 'lib/aws-sdk-rds/types.rb', line 11568 class DeleteDBProxyResponse < Struct.new( :db_proxy) SENSITIVE = [] include Aws::Structure end |