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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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`.



19672
19673
19674
19675
19676
# File 'lib/aws-sdk-rds/types.rb', line 19672

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