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:



19302
19303
19304
19305
19306
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 19302

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