Class: Aws::Imagebuilder::Types::GetWorkflowExecutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetWorkflowExecutionResponse
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ String
The timestamp when the specified runtime instance of the workflow finished.
-
#image_build_version_arn ⇒ String
The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the workflow created.
-
#message ⇒ String
The output message from the specified runtime instance of the workflow, if applicable.
-
#request_id ⇒ String
The request ID that uniquely identifies this request.
-
#start_time ⇒ String
The timestamp when the specified runtime instance of the workflow started.
-
#status ⇒ String
The current runtime status for the specified runtime instance of the workflow.
-
#total_step_count ⇒ Integer
The total number of steps in the specified runtime instance of the workflow that ran.
-
#total_steps_failed ⇒ Integer
A runtime count for the number of steps that failed in the specified runtime instance of the workflow.
-
#total_steps_skipped ⇒ Integer
A runtime count for the number of steps that were skipped in the specified runtime instance of the workflow.
-
#total_steps_succeeded ⇒ Integer
A runtime count for the number of steps that ran successfully in the specified runtime instance of the workflow.
-
#type ⇒ String
The type of workflow that Image Builder ran for the specified runtime instance of the workflow.
-
#workflow_build_version_arn ⇒ String
The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines the specified runtime instance of the workflow.
-
#workflow_execution_id ⇒ String
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
Instance Attribute Details
#end_time ⇒ String
The timestamp when the specified runtime instance of the workflow finished.
2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2905 class GetWorkflowExecutionResponse < Struct.new( :request_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :type, :status, :message, :total_step_count, :total_steps_succeeded, :total_steps_failed, :total_steps_skipped, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#image_build_version_arn ⇒ String
The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the workflow created.
2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2905 class GetWorkflowExecutionResponse < Struct.new( :request_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :type, :status, :message, :total_step_count, :total_steps_succeeded, :total_steps_failed, :total_steps_skipped, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The output message from the specified runtime instance of the workflow, if applicable.
2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2905 class GetWorkflowExecutionResponse < Struct.new( :request_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :type, :status, :message, :total_step_count, :total_steps_succeeded, :total_steps_failed, :total_steps_skipped, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2905 class GetWorkflowExecutionResponse < Struct.new( :request_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :type, :status, :message, :total_step_count, :total_steps_succeeded, :total_steps_failed, :total_steps_skipped, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ String
The timestamp when the specified runtime instance of the workflow started.
2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2905 class GetWorkflowExecutionResponse < Struct.new( :request_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :type, :status, :message, :total_step_count, :total_steps_succeeded, :total_steps_failed, :total_steps_skipped, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current runtime status for the specified runtime instance of the workflow.
2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2905 class GetWorkflowExecutionResponse < Struct.new( :request_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :type, :status, :message, :total_step_count, :total_steps_succeeded, :total_steps_failed, :total_steps_skipped, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#total_step_count ⇒ Integer
The total number of steps in the specified runtime instance of the workflow that ran. This number should equal the sum of the step counts for steps that succeeded, were skipped, and failed.
2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2905 class GetWorkflowExecutionResponse < Struct.new( :request_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :type, :status, :message, :total_step_count, :total_steps_succeeded, :total_steps_failed, :total_steps_skipped, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#total_steps_failed ⇒ Integer
A runtime count for the number of steps that failed in the specified runtime instance of the workflow.
2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2905 class GetWorkflowExecutionResponse < Struct.new( :request_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :type, :status, :message, :total_step_count, :total_steps_succeeded, :total_steps_failed, :total_steps_skipped, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#total_steps_skipped ⇒ Integer
A runtime count for the number of steps that were skipped in the specified runtime instance of the workflow.
2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2905 class GetWorkflowExecutionResponse < Struct.new( :request_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :type, :status, :message, :total_step_count, :total_steps_succeeded, :total_steps_failed, :total_steps_skipped, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#total_steps_succeeded ⇒ Integer
A runtime count for the number of steps that ran successfully in the specified runtime instance of the workflow.
2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2905 class GetWorkflowExecutionResponse < Struct.new( :request_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :type, :status, :message, :total_step_count, :total_steps_succeeded, :total_steps_failed, :total_steps_skipped, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of workflow that Image Builder ran for the specified runtime instance of the workflow.
2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2905 class GetWorkflowExecutionResponse < Struct.new( :request_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :type, :status, :message, :total_step_count, :total_steps_succeeded, :total_steps_failed, :total_steps_skipped, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#workflow_build_version_arn ⇒ String
The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines the specified runtime instance of the workflow.
2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2905 class GetWorkflowExecutionResponse < Struct.new( :request_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :type, :status, :message, :total_step_count, :total_steps_succeeded, :total_steps_failed, :total_steps_skipped, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#workflow_execution_id ⇒ String
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2905 class GetWorkflowExecutionResponse < Struct.new( :request_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :type, :status, :message, :total_step_count, :total_steps_succeeded, :total_steps_failed, :total_steps_skipped, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |