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_INTEGRATION
workflow type.
Instance Attribute Details
#appflow_integration ⇒ Types::AppflowIntegration
Configuration data for APPFLOW_INTEGRATION
workflow type.
4035 4036 4037 4038 4039 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4035 class IntegrationConfig < Struct.new( :appflow_integration) SENSITIVE = [] include Aws::Structure end |