Class: Aws::RDS::Types::ModifyDBProxyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::ModifyDBProxyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_proxy ⇒ Types::DBProxy
The ‘DBProxy` object representing the new settings for the proxy.
Instance Attribute Details
#db_proxy ⇒ Types::DBProxy
The ‘DBProxy` object representing the new settings for the proxy.
21065 21066 21067 21068 21069 |
# File 'lib/aws-sdk-rds/types.rb', line 21065 class ModifyDBProxyResponse < Struct.new( :db_proxy) SENSITIVE = [] include Aws::Structure end |