Class: Aws::CustomerProfiles::Types::WorkflowMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::WorkflowMetrics
- 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
-
#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 'lib/aws-sdk-customerprofiles/types.rb', line 7524 class WorkflowMetrics < Struct.new( :appflow_integration) SENSITIVE = [] include Aws::Structure end |