Class: Aws::SMS::Types::GetConnectorsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SMS::Types::GetConnectorsRequest
 
 
- 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.
 
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.
      722 723 724 725 726 727  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 722 class GetConnectorsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token for the next set of results.
      722 723 724 725 726 727  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 722 class GetConnectorsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  |