Class: Aws::RDS::Types::DeleteDBProxyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DeleteDBProxyResponse
- 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 data structure representing the details of the DB proxy that you delete.
Instance Attribute Details
#db_proxy ⇒ Types::DBProxy
The data structure representing the details of the DB proxy that you delete.
12130 12131 12132 12133 12134 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 12130 class DeleteDBProxyResponse < Struct.new( :db_proxy) SENSITIVE = [] include Aws::Structure end |