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.
20869 20870 20871 20872 20873 |
# File 'lib/aws-sdk-rds/types.rb', line 20869 class ModifyDBProxyTargetGroupResponse < Struct.new( :db_proxy_target_group) SENSITIVE = [] include Aws::Structure end |