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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#batchesArray<Types::Batch>

Batches in workflow of type APPFLOW_INTEGRATION.

Returns:



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_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.



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