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

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

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

Returns:



11401
11402
11403
11404
11405
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 11401

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