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
.
177 178 179 180 181 182 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 177 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.
177 178 179 180 181 182 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 177 class AppflowIntegration < Struct.new( :flow_definition, :batches) SENSITIVE = [:flow_definition] include Aws::Structure end |