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.
12925 12926 12927 12928 12929 |
# File 'lib/aws-sdk-rds/types.rb', line 12925 class DeleteDBProxyRequest < Struct.new( :db_proxy_name) SENSITIVE = [] include Aws::Structure end |