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

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

#workflowTypes::Workflow

The workflow resource specified in the request.

Returns:



3118
3119
3120
3121
3122
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3118

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