Class: Aws::RDS::Types::RegisterDBProxyTargetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::RegisterDBProxyTargetsResponse
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_proxy_targets ⇒ Array<Types::DBProxyTarget>
One or more
DBProxyTarget
objects that are created when you register targets with a target group.
Instance Attribute Details
#db_proxy_targets ⇒ Array<Types::DBProxyTarget>
One or more DBProxyTarget
objects that are created when you
register targets with a target group.
22146 22147 22148 22149 22150 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 22146 class RegisterDBProxyTargetsResponse < Struct.new( :db_proxy_targets) SENSITIVE = [] include Aws::Structure end |