Class: Aws::RDS::Types::ModifyDBProxyTargetGroupResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::ModifyDBProxyTargetGroupResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #db_proxy_target_group  ⇒ Types::DBProxyTargetGroup 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The settings of the modified ‘DBProxyTarget`. 
Instance Attribute Details
#db_proxy_target_group ⇒ Types::DBProxyTargetGroup
The settings of the modified ‘DBProxyTarget`.
| 19361 19362 19363 19364 19365 | # File 'lib/aws-sdk-rds/types.rb', line 19361 class ModifyDBProxyTargetGroupResponse < Struct.new( :db_proxy_target_group) SENSITIVE = [] include Aws::Structure end |