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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/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.



5575
5576
5577
5578
5579
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5575

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