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.
19594 19595 19596 19597 19598 |
# File 'lib/aws-sdk-rds/types.rb', line 19594 class ModifyDBProxyResponse < Struct.new( :db_proxy) SENSITIVE = [] include Aws::Structure end |