Module: Aws::CodeCatalyst::Client::_GetWorkflowRunResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetWorkflowRunResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #end_time ⇒ ::Time
- #id ⇒ ::String
- #last_updated_time ⇒ ::Time
- #project_name ⇒ ::String
- #space_name ⇒ ::String
- #start_time ⇒ ::Time
- #status ⇒ "SUCCEEDED", ...
- #status_reasons ⇒ ::Array[Types::WorkflowRunStatusReason]
- #workflow_id ⇒ ::String
Instance Method Details
#end_time ⇒ ::Time
378 |
# File 'sig/client.rbs', line 378
def end_time: () -> ::Time
|
#id ⇒ ::String
373 |
# File 'sig/client.rbs', line 373
def id: () -> ::String
|
#last_updated_time ⇒ ::Time
379 |
# File 'sig/client.rbs', line 379
def last_updated_time: () -> ::Time
|
#project_name ⇒ ::String
372 |
# File 'sig/client.rbs', line 372
def project_name: () -> ::String
|
#space_name ⇒ ::String
371 |
# File 'sig/client.rbs', line 371
def space_name: () -> ::String
|
#start_time ⇒ ::Time
377 |
# File 'sig/client.rbs', line 377
def start_time: () -> ::Time
|
#status ⇒ "SUCCEEDED", ...
375 |
# File 'sig/client.rbs', line 375
def status: () -> ("SUCCEEDED" | "FAILED" | "STOPPED" | "SUPERSEDED" | "CANCELLED" | "NOT_RUN" | "VALIDATING" | "PROVISIONING" | "IN_PROGRESS" | "STOPPING" | "ABANDONED")
|
#status_reasons ⇒ ::Array[Types::WorkflowRunStatusReason]
376 |
# File 'sig/client.rbs', line 376
def status_reasons: () -> ::Array[Types::WorkflowRunStatusReason]
|
#workflow_id ⇒ ::String
374 |
# File 'sig/client.rbs', line 374
def workflow_id: () -> ::String
|