Class: Aws::Appflow::Types::DescribeConnectorsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Appflow::Types::DescribeConnectorsRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appflow/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #connector_types  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of connector, such as Salesforce, Amplitude, and so on.
 - 
  
    
      #max_results  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum number of items that should be returned in the result set.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The pagination token for the next page of data.
 
Instance Attribute Details
#connector_types ⇒ Array<String>
The type of connector, such as Salesforce, Amplitude, and so on.
      1911 1912 1913 1914 1915 1916 1917  | 
    
      # File 'lib/aws-sdk-appflow/types.rb', line 1911 class DescribeConnectorsRequest < Struct.new( :connector_types, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#max_results ⇒ Integer
The maximum number of items that should be returned in the result set. The default is 20.
      1911 1912 1913 1914 1915 1916 1917  | 
    
      # File 'lib/aws-sdk-appflow/types.rb', line 1911 class DescribeConnectorsRequest < Struct.new( :connector_types, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The pagination token for the next page of data.
      1911 1912 1913 1914 1915 1916 1917  | 
    
      # File 'lib/aws-sdk-appflow/types.rb', line 1911 class DescribeConnectorsRequest < Struct.new( :connector_types, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  |