Class: Aws::Imagebuilder::Types::GetWorkflowStepExecutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetWorkflowStepExecutionResponse
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The name of the action that the specified step performs.
-
#description ⇒ String
Describes the specified workflow step.
-
#end_time ⇒ String
The timestamp when the specified runtime instance of the workflow step 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 step creates.
-
#inputs ⇒ String
Input parameters that Image Builder provided for the specified runtime instance of the workflow step.
-
#message ⇒ String
The output message from the specified runtime instance of the workflow step, if applicable.
-
#name ⇒ String
The name of the specified runtime instance of the workflow step.
-
#on_failure ⇒ String
The action to perform if the workflow step fails.
-
#outputs ⇒ String
The file names that the specified runtime version of the workflow step created as output.
-
#request_id ⇒ String
The request ID that uniquely identifies this request.
-
#rollback_status ⇒ String
Reports on the rollback status of the specified runtime version of the workflow step, if applicable.
-
#start_time ⇒ String
The timestamp when the specified runtime version of the workflow step started.
-
#status ⇒ String
The current status for the specified runtime version of the workflow step.
-
#step_execution_id ⇒ String
The unique identifier for the runtime version of the workflow step that you specified in the request.
-
#timeout_seconds ⇒ Integer
The maximum duration in seconds for this step to complete its action.
-
#workflow_build_version_arn ⇒ String
The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines this workflow step.
-
#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
#action ⇒ String
The name of the action that the specified step performs.
3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3018 class GetWorkflowStepExecutionResponse < Struct.new( :request_id, :step_execution_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :name, :description, :action, :status, :rollback_status, :message, :inputs, :outputs, :start_time, :end_time, :on_failure, :timeout_seconds) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Describes the specified workflow step.
3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3018 class GetWorkflowStepExecutionResponse < Struct.new( :request_id, :step_execution_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :name, :description, :action, :status, :rollback_status, :message, :inputs, :outputs, :start_time, :end_time, :on_failure, :timeout_seconds) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ String
The timestamp when the specified runtime instance of the workflow step finished.
3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3018 class GetWorkflowStepExecutionResponse < Struct.new( :request_id, :step_execution_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :name, :description, :action, :status, :rollback_status, :message, :inputs, :outputs, :start_time, :end_time, :on_failure, :timeout_seconds) 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 step creates.
3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3018 class GetWorkflowStepExecutionResponse < Struct.new( :request_id, :step_execution_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :name, :description, :action, :status, :rollback_status, :message, :inputs, :outputs, :start_time, :end_time, :on_failure, :timeout_seconds) SENSITIVE = [] include Aws::Structure end |
#inputs ⇒ String
Input parameters that Image Builder provided for the specified runtime instance of the workflow step.
3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3018 class GetWorkflowStepExecutionResponse < Struct.new( :request_id, :step_execution_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :name, :description, :action, :status, :rollback_status, :message, :inputs, :outputs, :start_time, :end_time, :on_failure, :timeout_seconds) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The output message from the specified runtime instance of the workflow step, if applicable.
3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3018 class GetWorkflowStepExecutionResponse < Struct.new( :request_id, :step_execution_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :name, :description, :action, :status, :rollback_status, :message, :inputs, :outputs, :start_time, :end_time, :on_failure, :timeout_seconds) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the specified runtime instance of the workflow step.
3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3018 class GetWorkflowStepExecutionResponse < Struct.new( :request_id, :step_execution_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :name, :description, :action, :status, :rollback_status, :message, :inputs, :outputs, :start_time, :end_time, :on_failure, :timeout_seconds) SENSITIVE = [] include Aws::Structure end |
#on_failure ⇒ String
The action to perform if the workflow step fails.
3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3018 class GetWorkflowStepExecutionResponse < Struct.new( :request_id, :step_execution_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :name, :description, :action, :status, :rollback_status, :message, :inputs, :outputs, :start_time, :end_time, :on_failure, :timeout_seconds) SENSITIVE = [] include Aws::Structure end |
#outputs ⇒ String
The file names that the specified runtime version of the workflow step created as output.
3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3018 class GetWorkflowStepExecutionResponse < Struct.new( :request_id, :step_execution_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :name, :description, :action, :status, :rollback_status, :message, :inputs, :outputs, :start_time, :end_time, :on_failure, :timeout_seconds) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3018 class GetWorkflowStepExecutionResponse < Struct.new( :request_id, :step_execution_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :name, :description, :action, :status, :rollback_status, :message, :inputs, :outputs, :start_time, :end_time, :on_failure, :timeout_seconds) SENSITIVE = [] include Aws::Structure end |
#rollback_status ⇒ String
Reports on the rollback status of the specified runtime version of the workflow step, if applicable.
3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3018 class GetWorkflowStepExecutionResponse < Struct.new( :request_id, :step_execution_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :name, :description, :action, :status, :rollback_status, :message, :inputs, :outputs, :start_time, :end_time, :on_failure, :timeout_seconds) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ String
The timestamp when the specified runtime version of the workflow step started.
3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3018 class GetWorkflowStepExecutionResponse < Struct.new( :request_id, :step_execution_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :name, :description, :action, :status, :rollback_status, :message, :inputs, :outputs, :start_time, :end_time, :on_failure, :timeout_seconds) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status for the specified runtime version of the workflow step.
3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3018 class GetWorkflowStepExecutionResponse < Struct.new( :request_id, :step_execution_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :name, :description, :action, :status, :rollback_status, :message, :inputs, :outputs, :start_time, :end_time, :on_failure, :timeout_seconds) SENSITIVE = [] include Aws::Structure end |
#step_execution_id ⇒ String
The unique identifier for the runtime version of the workflow step that you specified in the request.
3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3018 class GetWorkflowStepExecutionResponse < Struct.new( :request_id, :step_execution_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :name, :description, :action, :status, :rollback_status, :message, :inputs, :outputs, :start_time, :end_time, :on_failure, :timeout_seconds) SENSITIVE = [] include Aws::Structure end |
#timeout_seconds ⇒ Integer
The maximum duration in seconds for this step to complete its action.
3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3018 class GetWorkflowStepExecutionResponse < Struct.new( :request_id, :step_execution_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :name, :description, :action, :status, :rollback_status, :message, :inputs, :outputs, :start_time, :end_time, :on_failure, :timeout_seconds) 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 this workflow step.
3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3018 class GetWorkflowStepExecutionResponse < Struct.new( :request_id, :step_execution_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :name, :description, :action, :status, :rollback_status, :message, :inputs, :outputs, :start_time, :end_time, :on_failure, :timeout_seconds) 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.
3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3018 class GetWorkflowStepExecutionResponse < Struct.new( :request_id, :step_execution_id, :workflow_build_version_arn, :workflow_execution_id, :image_build_version_arn, :name, :description, :action, :status, :rollback_status, :message, :inputs, :outputs, :start_time, :end_time, :on_failure, :timeout_seconds) SENSITIVE = [] include Aws::Structure end |