Class: Aws::CustomerProfiles::Types::WorkflowStepItem
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CustomerProfiles::Types::WorkflowStepItem
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-customerprofiles/types.rb
 
Overview
List containing steps in workflow.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #appflow_integration  ⇒ Types::AppflowIntegrationWorkflowStep 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Workflow step information specific to ‘APPFLOW_INTEGRATION` workflow.
 
Instance Attribute Details
#appflow_integration ⇒ Types::AppflowIntegrationWorkflowStep
Workflow step information specific to ‘APPFLOW_INTEGRATION` workflow.
      5625 5626 5627 5628 5629  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 5625 class WorkflowStepItem < Struct.new( :appflow_integration) SENSITIVE = [] include Aws::Structure end  |