Class: Aws::CustomerProfiles::Types::WorkflowStepItem

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

Overview

List containing steps in workflow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#appflow_integrationTypes::AppflowIntegrationWorkflowStep

Workflow step information specific to APPFLOW_INTEGRATION workflow.



5590
5591
5592
5593
5594
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5590

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