Class: Aws::RDS::Types::CreateDBProxyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::CreateDBProxyResponse
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_proxy ⇒ Types::DBProxy
The
DBProxy
structure corresponding to the new proxy.
Instance Attribute Details
#db_proxy ⇒ Types::DBProxy
The DBProxy
structure corresponding to the new proxy.
5908 5909 5910 5911 5912 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 5908 class CreateDBProxyResponse < Struct.new( :db_proxy) SENSITIVE = [] include Aws::Structure end |