Class: Aws::Imagebuilder::Types::GetWorkflowStepExecutionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#step_execution_idString

Use the unique identifier for a specific runtime instance of the workflow step to get runtime details for that step.

Returns:

  • (String)


3121
3122
3123
3124
3125
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3121

class GetWorkflowStepExecutionRequest < Struct.new(
  :step_execution_id)
  SENSITIVE = []
  include Aws::Structure
end