Class: Aws::RDS::Types::ModifyDBProxyTargetGroupResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_proxy_target_groupTypes::DBProxyTargetGroup

The settings of the modified DBProxyTarget.



19196
19197
19198
19199
19200
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 19196

class ModifyDBProxyTargetGroupResponse < Struct.new(
  :db_proxy_target_group)
  SENSITIVE = []
  include Aws::Structure
end