Class: Aws::CustomerProfiles::Types::IntegrationConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

Configuration data for integration workflow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#appflow_integrationTypes::AppflowIntegration

Configuration data for ‘APPFLOW_INTEGRATION` workflow type.



2797
2798
2799
2800
2801
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2797

class IntegrationConfig < Struct.new(
  :appflow_integration)
  SENSITIVE = []
  include Aws::Structure
end