Class: Aws::RDS::Types::ModifyDBProxyEndpointResponse

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 ‘DBProxyEndpoint` object representing the new settings for the DB proxy endpoint.



19073
19074
19075
19076
19077
# File 'lib/aws-sdk-rds/types.rb', line 19073

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