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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/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:



5626
5627
5628
5629
5630
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 5626

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