Class: Aws::Imagebuilder::Types::GetWorkflowResponse

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

#workflowTypes::Workflow

The workflow resource specified in the request.

Returns:



3292
3293
3294
3295
3296
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3292

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