Class: Aws::RDS::Types::CreateDBProxyResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::CreateDBProxyResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #db_proxy  ⇒ Types::DBProxy 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ‘DBProxy` structure corresponding to the new proxy. 
Instance Attribute Details
#db_proxy ⇒ Types::DBProxy
The ‘DBProxy` structure corresponding to the new proxy.
| 5769 5770 5771 5772 5773 | # File 'lib/aws-sdk-rds/types.rb', line 5769 class CreateDBProxyResponse < Struct.new( :db_proxy) SENSITIVE = [] include Aws::Structure end |