Class: Aws::RDS::Types::ModifyDBProxyEndpointResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::ModifyDBProxyEndpointResponse
 
- 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 ‘DBProxyEndpoint` object representing the new settings for the DB proxy endpoint. 
Instance Attribute Details
#db_proxy_endpoint ⇒ Types::DBProxyEndpoint
The ‘DBProxyEndpoint` object representing the new settings for the DB proxy endpoint.
| 19244 19245 19246 19247 19248 | # File 'lib/aws-sdk-rds/types.rb', line 19244 class ModifyDBProxyEndpointResponse < Struct.new( :db_proxy_endpoint) SENSITIVE = [] include Aws::Structure end |