Class: Aws::RDS::Types::DeleteDBProxyRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_proxy_nameString

The name of the DB proxy to delete.

Returns:

  • (String)


11349
11350
11351
11352
11353
# File 'lib/aws-sdk-rds/types.rb', line 11349

class DeleteDBProxyRequest < Struct.new(
  :db_proxy_name)
  SENSITIVE = []
  include Aws::Structure
end