Module: Aws::CodeCatalyst::Client::_GetWorkflowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetWorkflowResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_time ⇒ ::Time
- #definition ⇒ Types::WorkflowDefinition
- #id ⇒ ::String
- #last_updated_time ⇒ ::Time
- #name ⇒ ::String
- #project_name ⇒ ::String
- #run_mode ⇒ "QUEUED", ...
- #source_branch_name ⇒ ::String
- #source_repository_name ⇒ ::String
- #space_name ⇒ ::String
- #status ⇒ "INVALID", "ACTIVE"
Instance Method Details
#created_time ⇒ ::Time
356 |
# File 'sig/client.rbs', line 356
def created_time: () -> ::Time
|
#definition ⇒ Types::WorkflowDefinition
355 |
# File 'sig/client.rbs', line 355
def definition: () -> Types::WorkflowDefinition
|
#id ⇒ ::String
351 |
# File 'sig/client.rbs', line 351
def id: () -> ::String
|
#last_updated_time ⇒ ::Time
357 |
# File 'sig/client.rbs', line 357
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
352 |
# File 'sig/client.rbs', line 352
def name: () -> ::String
|
#project_name ⇒ ::String
350 |
# File 'sig/client.rbs', line 350
def project_name: () -> ::String
|
#run_mode ⇒ "QUEUED", ...
358 |
# File 'sig/client.rbs', line 358
def run_mode: () -> ("QUEUED" | "PARALLEL" | "SUPERSEDED")
|
#source_branch_name ⇒ ::String
354 |
# File 'sig/client.rbs', line 354
def source_branch_name: () -> ::String
|
#source_repository_name ⇒ ::String
353 |
# File 'sig/client.rbs', line 353
def source_repository_name: () -> ::String
|
#space_name ⇒ ::String
349 |
# File 'sig/client.rbs', line 349
def space_name: () -> ::String
|
#status ⇒ "INVALID", "ACTIVE"
359 |
# File 'sig/client.rbs', line 359
def status: () -> ("INVALID" | "ACTIVE")
|