Class: Aws::RDS::Types::CreateDBProxyEndpointResponse

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 that is created by the API operation. The DB proxy endpoint that you create might provide capabilities such as read/write or read-only operations, or using a different VPC than the proxy’s default VPC.



5567
5568
5569
5570
5571
# File 'lib/aws-sdk-rds/types.rb', line 5567

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