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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/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)


11388
11389
11390
11391
11392
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 11388

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