Class: Aws::RDS::Types::DeleteDBProxyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DeleteDBProxyRequest
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_proxy_name ⇒ String
The name of the DB proxy to delete.
Instance Attribute Details
#db_proxy_name ⇒ String
The name of the DB proxy to delete.
11892 11893 11894 11895 11896 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 11892 class DeleteDBProxyRequest < Struct.new( :db_proxy_name) SENSITIVE = [] include Aws::Structure end |