Class: Aws::RDS::Types::ModifyDBProxyResponse

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 object representing the new settings for the proxy.

Returns:



19153
19154
19155
19156
19157
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 19153

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