Class: Aws::Types::AppflowIntegrationWorkflowMetrics
- Inherits:
-
Object
- Object
- Aws::Types::AppflowIntegrationWorkflowMetrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#records_processed ⇒ ::Integer
Returns the value of attribute records_processed.
-
#steps_completed ⇒ ::Integer
Returns the value of attribute steps_completed.
-
#total_steps ⇒ ::Integer
Returns the value of attribute total_steps.
Instance Attribute Details
#records_processed ⇒ ::Integer
Returns the value of attribute records_processed.
74 75 76 |
# File 'sig/types.rbs', line 74 def records_processed @records_processed end |
#steps_completed ⇒ ::Integer
Returns the value of attribute steps_completed.
75 76 77 |
# File 'sig/types.rbs', line 75 def steps_completed @steps_completed end |
#total_steps ⇒ ::Integer
Returns the value of attribute total_steps.
76 77 78 |
# File 'sig/types.rbs', line 76 def total_steps @total_steps end |