Class: Aws::RDS::Types::DeleteDBProxyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DeleteDBProxyResponse
- Includes:
- Structure
- Defined in:
- 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.
11824 11825 11826 11827 11828 |
# File 'lib/aws-sdk-rds/types.rb', line 11824 class DeleteDBProxyResponse < Struct.new( :db_proxy) SENSITIVE = [] include Aws::Structure end |