Class: Aws::CustomerProfiles::Types::WorkflowMetrics

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

Overview

Generic object containing workflow execution metrics.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#appflow_integrationTypes::AppflowIntegrationWorkflowMetrics

Workflow execution metrics for ‘APPFLOW_INTEGRATION` workflow.



10039
10040
10041
10042
10043
# File 'lib/aws-sdk-customerprofiles/types.rb', line 10039

class WorkflowMetrics < Struct.new(
  :appflow_integration)
  SENSITIVE = []
  include Aws::Structure
end