Class: Aws::Types::GetWorkflowResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkflowResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ Types::WorkflowAttributes
Returns the value of attribute attributes.
-
#error_description ⇒ ::String
Returns the value of attribute error_description.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#metrics ⇒ Types::WorkflowMetrics
Returns the value of attribute metrics.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
-
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
-
#workflow_type ⇒ "APPFLOW_INTEGRATION"
Returns the value of attribute workflow_type.
Instance Attribute Details
#attributes ⇒ Types::WorkflowAttributes
Returns the value of attribute attributes.
1561 1562 1563 |
# File 'sig/types.rbs', line 1561 def attributes @attributes end |
#error_description ⇒ ::String
Returns the value of attribute error_description.
1558 1559 1560 |
# File 'sig/types.rbs', line 1558 def error_description @error_description end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1560 1561 1562 |
# File 'sig/types.rbs', line 1560 def last_updated_at @last_updated_at end |
#metrics ⇒ Types::WorkflowMetrics
Returns the value of attribute metrics.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def metrics @metrics end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
1559 1560 1561 |
# File 'sig/types.rbs', line 1559 def start_date @start_date end |
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def status @status end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def workflow_id @workflow_id end |
#workflow_type ⇒ "APPFLOW_INTEGRATION"
Returns the value of attribute workflow_type.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def workflow_type @workflow_type end |