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)


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