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

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_endpoint_nameString

The name of the DB proxy endpoint to delete.

Returns:

  • (String)


11372
11373
11374
11375
11376
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 11372

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