Class: Aws::RDS::Types::DescribeDBProxyEndpointsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DescribeDBProxyEndpointsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_proxy_endpoints  ⇒ Array<Types::DBProxyEndpoint> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of ‘ProxyEndpoint` objects returned by the API operation.
 - 
  
    
      #marker  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An optional pagination token provided by a previous request.
 
Instance Attribute Details
#db_proxy_endpoints ⇒ Array<Types::DBProxyEndpoint>
The list of ‘ProxyEndpoint` objects returned by the API operation.
      13460 13461 13462 13463 13464 13465  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 13460 class DescribeDBProxyEndpointsResponse < Struct.new( :db_proxy_endpoints, :marker) SENSITIVE = [] include Aws::Structure end  | 
  
#marker ⇒ String
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by ‘MaxRecords`.
      13460 13461 13462 13463 13464 13465  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 13460 class DescribeDBProxyEndpointsResponse < Struct.new( :db_proxy_endpoints, :marker) SENSITIVE = [] include Aws::Structure end  |