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.



7524
7525
7526
7527
7528
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7524

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