Class: Aws::CustomerProfiles::Types::AppflowIntegrationWorkflowMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::AppflowIntegrationWorkflowMetrics
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Workflow specific execution metrics for APPFLOW_INTEGRATION
workflow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#records_processed ⇒ Integer
Number of records processed in
APPFLOW_INTEGRATION
workflow. -
#steps_completed ⇒ Integer
Total steps completed in
APPFLOW_INTEGRATION
workflow. -
#total_steps ⇒ Integer
Total steps in
APPFLOW_INTEGRATION
workflow.
Instance Attribute Details
#records_processed ⇒ Integer
Number of records processed in APPFLOW_INTEGRATION
workflow.
268 269 270 271 272 273 274 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 268 class AppflowIntegrationWorkflowMetrics < Struct.new( :records_processed, :steps_completed, :total_steps) SENSITIVE = [] include Aws::Structure end |
#steps_completed ⇒ Integer
Total steps completed in APPFLOW_INTEGRATION
workflow.
268 269 270 271 272 273 274 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 268 class AppflowIntegrationWorkflowMetrics < Struct.new( :records_processed, :steps_completed, :total_steps) SENSITIVE = [] include Aws::Structure end |
#total_steps ⇒ Integer
Total steps in APPFLOW_INTEGRATION
workflow.
268 269 270 271 272 273 274 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 268 class AppflowIntegrationWorkflowMetrics < Struct.new( :records_processed, :steps_completed, :total_steps) SENSITIVE = [] include Aws::Structure end |