Class: Aws::RDS::Types::ModifyDBProxyResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::ModifyDBProxyResponse
 
- 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` object representing the new settings for the proxy. 
Instance Attribute Details
#db_proxy ⇒ Types::DBProxy
The ‘DBProxy` object representing the new settings for the proxy.
| 19318 19319 19320 19321 19322 | # File 'lib/aws-sdk-rds/types.rb', line 19318 class ModifyDBProxyResponse < Struct.new( :db_proxy) SENSITIVE = [] include Aws::Structure end |