Class: Aws::CustomerProfiles::Types::AppflowIntegrationWorkflowMetrics

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Workflow specific execution metrics for APPFLOW_INTEGRATION workflow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#records_processedInteger

Number of records processed in APPFLOW_INTEGRATION workflow.

Returns:

  • (Integer)


229
230
231
232
233
234
235
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 229

class AppflowIntegrationWorkflowMetrics < Struct.new(
  :records_processed,
  :steps_completed,
  :total_steps)
  SENSITIVE = []
  include Aws::Structure
end

#steps_completedInteger

Total steps completed in APPFLOW_INTEGRATION workflow.

Returns:

  • (Integer)


229
230
231
232
233
234
235
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 229

class AppflowIntegrationWorkflowMetrics < Struct.new(
  :records_processed,
  :steps_completed,
  :total_steps)
  SENSITIVE = []
  include Aws::Structure
end

#total_stepsInteger

Total steps in APPFLOW_INTEGRATION workflow.

Returns:

  • (Integer)


229
230
231
232
233
234
235
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 229

class AppflowIntegrationWorkflowMetrics < Struct.new(
  :records_processed,
  :steps_completed,
  :total_steps)
  SENSITIVE = []
  include Aws::Structure
end