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.
20831 20832 20833 20834 20835 |
# File 'lib/aws-sdk-rds/types.rb', line 20831 class ModifyDBProxyTargetGroupResponse < Struct.new( :db_proxy_target_group) SENSITIVE = [] include Aws::Structure end |