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
707 |
# File 'sig/client.rbs', line 707 def end_time: () -> ::String |
#image_build_version_arn ⇒ ::String
698 |
# File 'sig/client.rbs', line 698 def image_build_version_arn: () -> ::String |
#message ⇒ ::String
701 |
# File 'sig/client.rbs', line 701 def message: () -> ::String |
#parallel_group ⇒ ::String
708 |
# File 'sig/client.rbs', line 708 def parallel_group: () -> ::String |
#request_id ⇒ ::String
695 |
# File 'sig/client.rbs', line 695 def request_id: () -> ::String |
#start_time ⇒ ::String
706 |
# File 'sig/client.rbs', line 706 def start_time: () -> ::String |
#status ⇒ "PENDING", ...
700 |
# File 'sig/client.rbs', line 700 def status: () -> ("PENDING" | "SKIPPED" | "RUNNING" | "COMPLETED" | "FAILED" | "ROLLBACK_IN_PROGRESS" | "ROLLBACK_COMPLETED" | "CANCELLED") |
#total_step_count ⇒ ::Integer
702 |
# File 'sig/client.rbs', line 702 def total_step_count: () -> ::Integer |
#total_steps_failed ⇒ ::Integer
704 |
# File 'sig/client.rbs', line 704 def total_steps_failed: () -> ::Integer |
#total_steps_skipped ⇒ ::Integer
705 |
# File 'sig/client.rbs', line 705 def total_steps_skipped: () -> ::Integer |
#total_steps_succeeded ⇒ ::Integer
703 |
# File 'sig/client.rbs', line 703 def total_steps_succeeded: () -> ::Integer |
#type ⇒ "BUILD", ...
699 |
# File 'sig/client.rbs', line 699 def type: () -> ("BUILD" | "TEST" | "DISTRIBUTION") |
#workflow_build_version_arn ⇒ ::String
696 |
# File 'sig/client.rbs', line 696 def workflow_build_version_arn: () -> ::String |
#workflow_execution_id ⇒ ::String
697 |
# File 'sig/client.rbs', line 697 def workflow_execution_id: () -> ::String |