Class: Aws::Appflow::Types::DescribeConnectorsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Appflow::Types::DescribeConnectorsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appflow/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #connector_configurations  ⇒ Hash<String,Types::ConnectorConfiguration> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration that is applied to the connectors used in the flow.
 - 
  
    
      #connectors  ⇒ Array<Types::ConnectorDetail> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the connectors supported in Amazon AppFlow.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The pagination token for the next page of data.
 
Instance Attribute Details
#connector_configurations ⇒ Hash<String,Types::ConnectorConfiguration>
The configuration that is applied to the connectors used in the flow.
      1934 1935 1936 1937 1938 1939 1940  | 
    
      # File 'lib/aws-sdk-appflow/types.rb', line 1934 class DescribeConnectorsResponse < Struct.new( :connector_configurations, :connectors, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#connectors ⇒ Array<Types::ConnectorDetail>
Information about the connectors supported in Amazon AppFlow.
      1934 1935 1936 1937 1938 1939 1940  | 
    
      # File 'lib/aws-sdk-appflow/types.rb', line 1934 class DescribeConnectorsResponse < Struct.new( :connector_configurations, :connectors, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The pagination token for the next page of data.
      1934 1935 1936 1937 1938 1939 1940  | 
    
      # File 'lib/aws-sdk-appflow/types.rb', line 1934 class DescribeConnectorsResponse < Struct.new( :connector_configurations, :connectors, :next_token) SENSITIVE = [] include Aws::Structure end  |