Class: Aws::RDS::Types::DeleteDBProxyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DeleteDBProxyRequest
- Includes:
- Structure
- Defined in:
- 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.
11811 11812 11813 11814 11815 |
# File 'lib/aws-sdk-rds/types.rb', line 11811 class DeleteDBProxyRequest < Struct.new( :db_proxy_name) SENSITIVE = [] include Aws::Structure end |