Module: Aws::Imagebuilder::Client::_GetWorkflowExecutionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetWorkflowExecutionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #end_time ⇒ ::String
- #image_build_version_arn ⇒ ::String
- #message ⇒ ::String
- #parallel_group ⇒ ::String
- #request_id ⇒ ::String
- #start_time ⇒ ::String
- #status ⇒ "PENDING", ...
- #total_step_count ⇒ ::Integer
- #total_steps_failed ⇒ ::Integer
- #total_steps_skipped ⇒ ::Integer
- #total_steps_succeeded ⇒ ::Integer
- #type ⇒ "BUILD", ...
- #workflow_build_version_arn ⇒ ::String
- #workflow_execution_id ⇒ ::String
Instance Method Details
#end_time ⇒ ::String
701 |
# File 'sig/client.rbs', line 701
def end_time: () -> ::String
|
#image_build_version_arn ⇒ ::String
692 |
# File 'sig/client.rbs', line 692
def image_build_version_arn: () -> ::String
|
#message ⇒ ::String
695 |
# File 'sig/client.rbs', line 695
def message: () -> ::String
|
#parallel_group ⇒ ::String
702 |
# File 'sig/client.rbs', line 702
def parallel_group: () -> ::String
|
#request_id ⇒ ::String
689 |
# File 'sig/client.rbs', line 689
def request_id: () -> ::String
|
#start_time ⇒ ::String
700 |
# File 'sig/client.rbs', line 700
def start_time: () -> ::String
|
#status ⇒ "PENDING", ...
694 |
# File 'sig/client.rbs', line 694
def status: () -> ("PENDING" | "SKIPPED" | "RUNNING" | "COMPLETED" | "FAILED" | "ROLLBACK_IN_PROGRESS" | "ROLLBACK_COMPLETED" | "CANCELLED")
|
#total_step_count ⇒ ::Integer
696 |
# File 'sig/client.rbs', line 696
def total_step_count: () -> ::Integer
|
#total_steps_failed ⇒ ::Integer
698 |
# File 'sig/client.rbs', line 698
def total_steps_failed: () -> ::Integer
|
#total_steps_skipped ⇒ ::Integer
699 |
# File 'sig/client.rbs', line 699
def total_steps_skipped: () -> ::Integer
|
#total_steps_succeeded ⇒ ::Integer
697 |
# File 'sig/client.rbs', line 697
def total_steps_succeeded: () -> ::Integer
|
#type ⇒ "BUILD", ...
693 |
# File 'sig/client.rbs', line 693
def type: () -> ("BUILD" | "TEST" | "DISTRIBUTION")
|
#workflow_build_version_arn ⇒ ::String
690 |
# File 'sig/client.rbs', line 690
def workflow_build_version_arn: () -> ::String
|
#workflow_execution_id ⇒ ::String
691 |
# File 'sig/client.rbs', line 691
def workflow_execution_id: () -> ::String
|