Class: Aws::RDS::Types::DeleteDBProxyEndpointRequest

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_endpoint_nameString

The name of the DB proxy endpoint to delete.

Returns:

  • (String)


11363
11364
11365
11366
11367
# File 'lib/aws-sdk-rds/types.rb', line 11363

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