Class: Aws::SMS::Types::GetConnectorsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SMS::Types::GetConnectorsResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sms/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #connector_list  ⇒ Array<Types::Connector> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the registered connectors.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token required to retrieve the next set of results.
 
Instance Attribute Details
#connector_list ⇒ Array<Types::Connector>
Information about the registered connectors.
      740 741 742 743 744 745  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 740 class GetConnectorsResponse < Struct.new( :connector_list, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token required to retrieve the next set of results. This value is null when there are no more results to return.
      740 741 742 743 744 745  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 740 class GetConnectorsResponse < Struct.new( :connector_list, :next_token) SENSITIVE = [] include Aws::Structure end  |