Class: Aws::CustomerProfiles::Types::WorkflowAttributes
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CustomerProfiles::Types::WorkflowAttributes
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-customerprofiles/types.rb
 
Overview
Structure to hold workflow attributes.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #appflow_integration  ⇒ Types::AppflowIntegrationWorkflowAttributes 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Workflow attributes specific to ‘APPFLOW_INTEGRATION` workflow.
 
Instance Attribute Details
#appflow_integration ⇒ Types::AppflowIntegrationWorkflowAttributes
Workflow attributes specific to ‘APPFLOW_INTEGRATION` workflow.
      5596 5597 5598 5599 5600  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 5596 class WorkflowAttributes < Struct.new( :appflow_integration) SENSITIVE = [] include Aws::Structure end  |