Class: Aws::Drs::Types::DescribeSourceServersRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Drs::Types::DescribeSourceServersRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-drs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #filters  ⇒ Types::DescribeSourceServersRequestFilters 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A set of filters by which to return Source Servers.
 - 
  
    
      #max_results  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Maximum number of Source Servers to retrieve.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token of the next Source Server to retrieve.
 
Instance Attribute Details
#filters ⇒ Types::DescribeSourceServersRequestFilters
A set of filters by which to return Source Servers.
      1043 1044 1045 1046 1047 1048 1049  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1043 class DescribeSourceServersRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#max_results ⇒ Integer
Maximum number of Source Servers to retrieve.
      1043 1044 1045 1046 1047 1048 1049  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1043 class DescribeSourceServersRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token of the next Source Server to retrieve.
      1043 1044 1045 1046 1047 1048 1049  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1043 class DescribeSourceServersRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  |