Class: Aws::RDS::Types::DeleteDBProxyResponse

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_proxyTypes::DBProxy

The data structure representing the details of the DB proxy that you delete.

Returns:



11660
11661
11662
11663
11664
# File 'lib/aws-sdk-rds/types.rb', line 11660

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