Class: Aws::RDS::Types::RegisterDBProxyTargetsResponse

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_targetsArray<Types::DBProxyTarget>

One or more DBProxyTarget objects that are created when you register targets with a target group.

Returns:



21608
21609
21610
21611
21612
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21608

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