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`.



19376
19377
19378
19379
19380
# File 'lib/aws-sdk-rds/types.rb', line 19376

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