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

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

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



11379
11380
11381
11382
11383
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 11379

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