Class: Aws::CustomerProfiles::Types::AppflowIntegration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::AppflowIntegration
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Details for workflow of type APPFLOW_INTEGRATION
.
Constant Summary collapse
- SENSITIVE =
[:flow_definition]
Instance Attribute Summary collapse
-
#batches ⇒ Array<Types::Batch>
Batches in workflow of type
APPFLOW_INTEGRATION
. -
#flow_definition ⇒ Types::FlowDefinition
The configurations that control how Customer Profiles retrieves data from the source, Amazon AppFlow.
Instance Attribute Details
#batches ⇒ Array<Types::Batch>
Batches in workflow of type APPFLOW_INTEGRATION
.
216 217 218 219 220 221 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 216 class AppflowIntegration < Struct.new( :flow_definition, :batches) SENSITIVE = [:flow_definition] include Aws::Structure end |
#flow_definition ⇒ Types::FlowDefinition
The configurations that control how Customer Profiles retrieves data from the source, Amazon AppFlow. Customer Profiles uses this information to create an AppFlow flow on behalf of customers.
216 217 218 219 220 221 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 216 class AppflowIntegration < Struct.new( :flow_definition, :batches) SENSITIVE = [:flow_definition] include Aws::Structure end |