Class: Aws::Imagebuilder::Types::GetWorkflowExecutionRequest

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

#workflow_execution_idString

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

Returns:

  • (String)


2991
2992
2993
2994
2995
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2991

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