Class: Aws::CustomerProfiles::Types::AppflowIntegrationWorkflowMetrics
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CustomerProfiles::Types::AppflowIntegrationWorkflowMetrics
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-customerprofiles/types.rb
 
Overview
Workflow specific execution metrics for ‘APPFLOW_INTEGRATION` workflow.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #records_processed  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Number of records processed in ‘APPFLOW_INTEGRATION` workflow.
 - 
  
    
      #steps_completed  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Total steps completed in ‘APPFLOW_INTEGRATION` workflow.
 - 
  
    
      #total_steps  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Total steps in ‘APPFLOW_INTEGRATION` workflow.
 
Instance Attribute Details
#records_processed ⇒ Integer
Number of records processed in ‘APPFLOW_INTEGRATION` workflow.
      229 230 231 232 233 234 235  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 229 class AppflowIntegrationWorkflowMetrics < Struct.new( :records_processed, :steps_completed, :total_steps) SENSITIVE = [] include Aws::Structure end  | 
  
#steps_completed ⇒ Integer
Total steps completed in ‘APPFLOW_INTEGRATION` workflow.
      229 230 231 232 233 234 235  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 229 class AppflowIntegrationWorkflowMetrics < Struct.new( :records_processed, :steps_completed, :total_steps) SENSITIVE = [] include Aws::Structure end  | 
  
#total_steps ⇒ Integer
Total steps in ‘APPFLOW_INTEGRATION` workflow.
      229 230 231 232 233 234 235  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 229 class AppflowIntegrationWorkflowMetrics < Struct.new( :records_processed, :steps_completed, :total_steps) SENSITIVE = [] include Aws::Structure end  |