Class: Aws::RDS::Types::ModifyDBProxyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::ModifyDBProxyResponse
- Defined in:
- gems/aws-sdk-rds/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.
19739 19740 19741 19742 19743 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 19739 class ModifyDBProxyResponse < Struct.new( :db_proxy) SENSITIVE = [] include Aws::Structure end |