Class: Aws::Types::AppflowIntegrationWorkflowStep
- Inherits:
-
Object
- Object
- Aws::Types::AppflowIntegrationWorkflowStep
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_records_end_time ⇒ ::String
Returns the value of attribute batch_records_end_time.
-
#batch_records_start_time ⇒ ::String
Returns the value of attribute batch_records_start_time.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#execution_message ⇒ ::String
Returns the value of attribute execution_message.
-
#flow_name ⇒ ::String
Returns the value of attribute flow_name.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#records_processed ⇒ ::Integer
Returns the value of attribute records_processed.
-
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
Instance Attribute Details
#batch_records_end_time ⇒ ::String
Returns the value of attribute batch_records_end_time.
86 87 88 |
# File 'sig/types.rbs', line 86 def batch_records_end_time @batch_records_end_time end |
#batch_records_start_time ⇒ ::String
Returns the value of attribute batch_records_start_time.
85 86 87 |
# File 'sig/types.rbs', line 85 def batch_records_start_time @batch_records_start_time end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
87 88 89 |
# File 'sig/types.rbs', line 87 def created_at @created_at end |
#execution_message ⇒ ::String
Returns the value of attribute execution_message.
83 84 85 |
# File 'sig/types.rbs', line 83 def @execution_message end |
#flow_name ⇒ ::String
Returns the value of attribute flow_name.
81 82 83 |
# File 'sig/types.rbs', line 81 def flow_name @flow_name end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
88 89 90 |
# File 'sig/types.rbs', line 88 def last_updated_at @last_updated_at end |
#records_processed ⇒ ::Integer
Returns the value of attribute records_processed.
84 85 86 |
# File 'sig/types.rbs', line 84 def records_processed @records_processed end |
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
82 83 84 |
# File 'sig/types.rbs', line 82 def status @status end |