Class: Aws::RDS::Types::DeleteDBProxyEndpointResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DeleteDBProxyEndpointResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_proxy_endpoint  ⇒ Types::DBProxyEndpoint 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The data structure representing the details of the DB proxy endpoint that you delete.
 
Instance Attribute Details
#db_proxy_endpoint ⇒ Types::DBProxyEndpoint
The data structure representing the details of the DB proxy endpoint that you delete.
      11862 11863 11864 11865 11866  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 11862 class DeleteDBProxyEndpointResponse < Struct.new( :db_proxy_endpoint) SENSITIVE = [] include Aws::Structure end  |