Class: Aws::Types::ListWorkflowsItem
- Inherits:
-
Object
- Object
- Aws::Types::ListWorkflowsItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
-
#status_description ⇒ ::String
Returns the value of attribute status_description.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
-
#workflow_type ⇒ "APPFLOW_INTEGRATION"
Returns the value of attribute workflow_type.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2068 2069 2070 |
# File 'sig/types.rbs', line 2068 def created_at @created_at end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
2069 2070 2071 |
# File 'sig/types.rbs', line 2069 def last_updated_at @last_updated_at end |
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def status @status end |
#status_description ⇒ ::String
Returns the value of attribute status_description.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def status_description @status_description end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def workflow_id @workflow_id end |
#workflow_type ⇒ "APPFLOW_INTEGRATION"
Returns the value of attribute workflow_type.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def workflow_type @workflow_type end |