Class: Aws::SMS::Types::GetServersRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SMS::Types::GetServersRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sms/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #max_results  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum number of results to return in a single call.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token for the next set of results.
 - 
  
    
      #vm_server_address_list  ⇒ Array<Types::VmServerAddress> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The server addresses.
 
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned ‘NextToken` value.
      852 853 854 855 856 857 858  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 852 class GetServersRequest < Struct.new( :next_token, :max_results, :vm_server_address_list) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token for the next set of results.
      852 853 854 855 856 857 858  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 852 class GetServersRequest < Struct.new( :next_token, :max_results, :vm_server_address_list) SENSITIVE = [] include Aws::Structure end  | 
  
#vm_server_address_list ⇒ Array<Types::VmServerAddress>
The server addresses.
      852 853 854 855 856 857 858  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 852 class GetServersRequest < Struct.new( :next_token, :max_results, :vm_server_address_list) SENSITIVE = [] include Aws::Structure end  |