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.
| 13137 13138 13139 13140 13141 13142 | # File 'lib/aws-sdk-rds/types.rb', line 13137 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`.
| 13137 13138 13139 13140 13141 13142 | # File 'lib/aws-sdk-rds/types.rb', line 13137 class DescribeDBProxyEndpointsResponse < Struct.new( :db_proxy_endpoints, :marker) SENSITIVE = [] include Aws::Structure end |