Class: Aws::CustomerProfiles::Types::IntegrationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::IntegrationConfig
- Defined in:
- gems/aws-sdk-customerprofiles/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_INTEGRATIONworkflow type.
Instance Attribute Details
#appflow_integration ⇒ Types::AppflowIntegration
Configuration data for APPFLOW_INTEGRATION workflow type.
4661 4662 4663 4664 4665 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4661 class IntegrationConfig < Struct.new( :appflow_integration) SENSITIVE = [] include Aws::Structure end |