Class: Aws::RDS::Types::DescribeDBProxyEndpointsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::DescribeDBProxyEndpointsResponse
 
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #db_proxy_endpoints  ⇒ Array<Types::DBProxyEndpoint> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The list of ProxyEndpointobjects 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.
| 13962 13963 13964 13965 13966 13967 | # File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 13962 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.
| 13962 13963 13964 13965 13966 13967 | # File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 13962 class DescribeDBProxyEndpointsResponse < Struct.new( :db_proxy_endpoints, :marker) SENSITIVE = [] include Aws::Structure end |