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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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