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`.
19637 19638 19639 19640 19641 |
# File 'lib/aws-sdk-rds/types.rb', line 19637 class ModifyDBProxyTargetGroupResponse < Struct.new( :db_proxy_target_group) SENSITIVE = [] include Aws::Structure end |