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:



5657
5658
5659
5660
5661
# File 'lib/aws-sdk-rds/types.rb', line 5657

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