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.



19181
19182
19183
19184
19185
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 19181

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