Class: Aws::Types::StartWorkflowRunResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartWorkflowRunResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "STARTING", ...
Returns the value of attribute status.
Instance Attribute Details
#run_id ⇒ ::String
Returns the value of attribute run_id.
286 287 288 |
# File 'sig/types.rbs', line 286 def run_id @run_id end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
288 289 290 |
# File 'sig/types.rbs', line 288 def started_at @started_at end |
#status ⇒ "STARTING", ...
Returns the value of attribute status.
287 288 289 |
# File 'sig/types.rbs', line 287 def status @status end |