Class: Aws::Appflow::Types::DescribeConnectorRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Appflow::Types::DescribeConnectorRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appflow/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #connector_label  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The label of the connector.
 - 
  
    
      #connector_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo.
 
Instance Attribute Details
#connector_label ⇒ String
The label of the connector. The label is unique for each ‘ConnectorRegistration` in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.
      1877 1878 1879 1880 1881 1882  | 
    
      # File 'lib/aws-sdk-appflow/types.rb', line 1877 class DescribeConnectorRequest < Struct.new( :connector_type, :connector_label) SENSITIVE = [] include Aws::Structure end  | 
  
#connector_type ⇒ String
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda based custom connectors.
      1877 1878 1879 1880 1881 1882  | 
    
      # File 'lib/aws-sdk-appflow/types.rb', line 1877 class DescribeConnectorRequest < Struct.new( :connector_type, :connector_label) SENSITIVE = [] include Aws::Structure end  |