Class: Aws::RDS::Types::DescribeDBProxyTargetsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DescribeDBProxyTargetsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #marker  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An optional pagination token provided by a previous request.
 - 
  
    
      #targets  ⇒ Array<Types::DBProxyTarget> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An arbitrary number of ‘DBProxyTarget` objects, containing details of the corresponding targets.
 
Instance Attribute Details
#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`.
      13582 13583 13584 13585 13586 13587  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 13582 class DescribeDBProxyTargetsResponse < Struct.new( :targets, :marker) SENSITIVE = [] include Aws::Structure end  | 
  
#targets ⇒ Array<Types::DBProxyTarget>
An arbitrary number of ‘DBProxyTarget` objects, containing details of the corresponding targets.
      13582 13583 13584 13585 13586 13587  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 13582 class DescribeDBProxyTargetsResponse < Struct.new( :targets, :marker) SENSITIVE = [] include Aws::Structure end  |