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:



5969
5970
5971
5972
5973
# File 'lib/aws-sdk-rds/types.rb', line 5969

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