Class: Aws::RDS::Types::CreateDBProxyResponse

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_proxyTypes::DBProxy

The ‘DBProxy` structure corresponding to the new proxy.

Returns:



5941
5942
5943
5944
5945
# File 'lib/aws-sdk-rds/types.rb', line 5941

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