Class: Aws::Imagebuilder::Types::GetWorkflowStepExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetWorkflowStepExecutionRequest
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#step_execution_id ⇒ String
Use the unique identifier for a specific runtime instance of the workflow step to get runtime details for that step.
Instance Attribute Details
#step_execution_id ⇒ String
Use the unique identifier for a specific runtime instance of the workflow step to get runtime details for that step.
2930 2931 2932 2933 2934 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2930 class GetWorkflowStepExecutionRequest < Struct.new( :step_execution_id) SENSITIVE = [] include Aws::Structure end |