Class: Aws::Imagebuilder::Types::WorkflowState

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb

Overview

A group of fields that describe the current status of workflow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

Describes how or why the workflow changed state.

Returns:

  • (String)


8275
8276
8277
8278
8279
8280
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8275

class WorkflowState < Struct.new(
  :status,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current state of the workflow.

Returns:

  • (String)


8275
8276
8277
8278
8279
8280
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8275

class WorkflowState < Struct.new(
  :status,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end