Class: Aws::CustomerProfiles::Types::CreateIntegrationWorkflowResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CustomerProfiles::Types::CreateIntegrationWorkflowResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-customerprofiles/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A message indicating create request was received.
 - 
  
    
      #workflow_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Unique identifier for the workflow.
 
Instance Attribute Details
#message ⇒ String
A message indicating create request was received.
      948 949 950 951 952 953  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 948 class CreateIntegrationWorkflowResponse < Struct.new( :workflow_id, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#workflow_id ⇒ String
Unique identifier for the workflow.
      948 949 950 951 952 953  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 948 class CreateIntegrationWorkflowResponse < Struct.new( :workflow_id, :message) SENSITIVE = [] include Aws::Structure end  |