Class: Aws::CustomerProfiles::Types::AppflowIntegration

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

Overview

Details for workflow of type ‘APPFLOW_INTEGRATION`.

Constant Summary collapse

SENSITIVE =
[:flow_definition]

Instance Attribute Summary collapse

Instance Attribute Details

#batchesArray<Types::Batch>

Batches in workflow of type ‘APPFLOW_INTEGRATION`.

Returns:



216
217
218
219
220
221
# File 'lib/aws-sdk-customerprofiles/types.rb', line 216

class AppflowIntegration < Struct.new(
  :flow_definition,
  :batches)
  SENSITIVE = [:flow_definition]
  include Aws::Structure
end

#flow_definitionTypes::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 'lib/aws-sdk-customerprofiles/types.rb', line 216

class AppflowIntegration < Struct.new(
  :flow_definition,
  :batches)
  SENSITIVE = [:flow_definition]
  include Aws::Structure
end