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:



19147
19148
19149
19150
19151
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 19147

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