Class: Aws::CustomerProfiles::Types::IntegrationConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CustomerProfiles::Types::IntegrationConfig
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-customerprofiles/types.rb
 
Overview
Configuration data for integration workflow.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #appflow_integration  ⇒ Types::AppflowIntegration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Configuration data for ‘APPFLOW_INTEGRATION` workflow type.
 
Instance Attribute Details
#appflow_integration ⇒ Types::AppflowIntegration
Configuration data for ‘APPFLOW_INTEGRATION` workflow type.
      2807 2808 2809 2810 2811  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2807 class IntegrationConfig < Struct.new( :appflow_integration) SENSITIVE = [] include Aws::Structure end  |