Class: Aws::CustomerProfiles::Types::WorkflowMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::WorkflowMetrics
- 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
-
#appflow_integration ⇒ Types::AppflowIntegrationWorkflowMetrics
Workflow execution metrics for
APPFLOW_INTEGRATION
workflow.
Instance Attribute Details
#appflow_integration ⇒ Types::AppflowIntegrationWorkflowMetrics
Workflow execution metrics for APPFLOW_INTEGRATION
workflow.
7524 7525 7526 7527 7528 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7524 class WorkflowMetrics < Struct.new( :appflow_integration) SENSITIVE = [] include Aws::Structure end |