Class: Aws::CustomerProfiles::Types::WorkflowAttributes

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

Overview

Structure to hold workflow attributes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#appflow_integrationTypes::AppflowIntegrationWorkflowAttributes

Workflow attributes specific to APPFLOW_INTEGRATION workflow.



11452
11453
11454
11455
11456
# File 'lib/aws-sdk-customerprofiles/types.rb', line 11452

class WorkflowAttributes < Struct.new(
  :appflow_integration)
  SENSITIVE = []
  include Aws::Structure
end