Class: Aws::RDS::Types::DeleteDBProxyEndpointResponse

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_endpointTypes::DBProxyEndpoint

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



11376
11377
11378
11379
11380
# File 'lib/aws-sdk-rds/types.rb', line 11376

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