Class: Aws::RDS::Types::CreateDBProxyEndpointResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::CreateDBProxyEndpointResponse
 
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #db_proxy_endpoint  ⇒ Types::DBProxyEndpoint 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The DBProxyEndpointobject that is created by the API operation.
Instance Attribute Details
#db_proxy_endpoint ⇒ Types::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.
| 6024 6025 6026 6027 6028 | # File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 6024 class CreateDBProxyEndpointResponse < Struct.new( :db_proxy_endpoint) SENSITIVE = [] include Aws::Structure end |