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`.
19543 19544 19545 19546 19547 |
# File 'lib/aws-sdk-rds/types.rb', line 19543 class ModifyDBProxyTargetGroupResponse < Struct.new( :db_proxy_target_group) SENSITIVE = [] include Aws::Structure end |