Class: Aws::Imagebuilder::Types::GetWorkflowStepExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetWorkflowStepExecutionRequest
- Includes:
- Structure
- Defined in:
- 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.
3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3131 class GetWorkflowStepExecutionRequest < Struct.new( :step_execution_id) SENSITIVE = [] include Aws::Structure end |