Class: Aws::CustomerProfiles::Types::GetWorkflowResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CustomerProfiles::Types::GetWorkflowResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-customerprofiles/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #attributes  ⇒ Types::WorkflowAttributes 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Attributes provided for workflow execution.
 - 
  
    
      #error_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Workflow error messages during execution (if any).
 - 
  
    
      #last_updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp that represents when workflow execution last updated.
 - 
  
    
      #metrics  ⇒ Types::WorkflowMetrics 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Workflow specific execution metrics.
 - 
  
    
      #start_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp that represents when workflow execution started.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Status of workflow execution.
 - 
  
    
      #workflow_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Unique identifier for the workflow.
 - 
  
    
      #workflow_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of workflow.
 
Instance Attribute Details
#attributes ⇒ Types::WorkflowAttributes
Attributes provided for workflow execution.
      2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2639 class GetWorkflowResponse < Struct.new( :workflow_id, :workflow_type, :status, :error_description, :start_date, :last_updated_at, :attributes, :metrics) SENSITIVE = [] include Aws::Structure end  | 
  
#error_description ⇒ String
Workflow error messages during execution (if any).
      2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2639 class GetWorkflowResponse < Struct.new( :workflow_id, :workflow_type, :status, :error_description, :start_date, :last_updated_at, :attributes, :metrics) SENSITIVE = [] include Aws::Structure end  | 
  
#last_updated_at ⇒ Time
The timestamp that represents when workflow execution last updated.
      2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2639 class GetWorkflowResponse < Struct.new( :workflow_id, :workflow_type, :status, :error_description, :start_date, :last_updated_at, :attributes, :metrics) SENSITIVE = [] include Aws::Structure end  | 
  
#metrics ⇒ Types::WorkflowMetrics
Workflow specific execution metrics.
      2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2639 class GetWorkflowResponse < Struct.new( :workflow_id, :workflow_type, :status, :error_description, :start_date, :last_updated_at, :attributes, :metrics) SENSITIVE = [] include Aws::Structure end  | 
  
#start_date ⇒ Time
The timestamp that represents when workflow execution started.
      2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2639 class GetWorkflowResponse < Struct.new( :workflow_id, :workflow_type, :status, :error_description, :start_date, :last_updated_at, :attributes, :metrics) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
Status of workflow execution.
      2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2639 class GetWorkflowResponse < Struct.new( :workflow_id, :workflow_type, :status, :error_description, :start_date, :last_updated_at, :attributes, :metrics) SENSITIVE = [] include Aws::Structure end  | 
  
#workflow_id ⇒ String
Unique identifier for the workflow.
      2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2639 class GetWorkflowResponse < Struct.new( :workflow_id, :workflow_type, :status, :error_description, :start_date, :last_updated_at, :attributes, :metrics) SENSITIVE = [] include Aws::Structure end  | 
  
#workflow_type ⇒ String
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
      2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2639 class GetWorkflowResponse < Struct.new( :workflow_id, :workflow_type, :status, :error_description, :start_date, :last_updated_at, :attributes, :metrics) SENSITIVE = [] include Aws::Structure end  |