Class: Aws::RDS::Types::DescribeDBProxiesResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DescribeDBProxiesResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_proxies  ⇒ Array<Types::DBProxy> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A return value representing an arbitrary number of ‘DBProxy` data structures.
 - 
  
    
      #marker  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An optional pagination token provided by a previous request.
 
Instance Attribute Details
#db_proxies ⇒ Array<Types::DBProxy>
A return value representing an arbitrary number of ‘DBProxy` data structures.
      13396 13397 13398 13399 13400 13401  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 13396 class DescribeDBProxiesResponse < Struct.new( :db_proxies, :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`.
      13396 13397 13398 13399 13400 13401  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 13396 class DescribeDBProxiesResponse < Struct.new( :db_proxies, :marker) SENSITIVE = [] include Aws::Structure end  |