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.
11738 11739 11740 11741 11742 |
# File 'lib/aws-sdk-rds/types.rb', line 11738 class DeleteDBProxyResponse < Struct.new( :db_proxy) SENSITIVE = [] include Aws::Structure end |