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:



3108
3109
3110
3111
3112
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3108

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