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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#records_processedInteger

Number of records processed in ‘APPFLOW_INTEGRATION` workflow.

Returns:

  • (Integer)


268
269
270
271
272
273
274
# File 'lib/aws-sdk-customerprofiles/types.rb', line 268

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)


268
269
270
271
272
273
274
# File 'lib/aws-sdk-customerprofiles/types.rb', line 268

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)


268
269
270
271
272
273
274
# File 'lib/aws-sdk-customerprofiles/types.rb', line 268

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