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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/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.



5561
5562
5563
5564
5565
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5561

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