Class: Aws::RDS::Types::CreateDBProxyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::CreateDBProxyResponse
- Includes:
- Structure
- Defined in:
- 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.
5893 5894 5895 5896 5897 |
# File 'lib/aws-sdk-rds/types.rb', line 5893 class CreateDBProxyResponse < Struct.new( :db_proxy) SENSITIVE = [] include Aws::Structure end |