Class: Aws::Imagebuilder::Types::WorkflowState
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::WorkflowState
- Includes:
- Structure
- Defined in:
- 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
-
#reason ⇒ String
Describes how or why the workflow changed state.
-
#status ⇒ String
The current state of the workflow.
Instance Attribute Details
#reason ⇒ String
Describes how or why the workflow changed state.
8354 8355 8356 8357 8358 8359 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8354 class WorkflowState < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current state of the workflow.
8354 8355 8356 8357 8358 8359 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8354 class WorkflowState < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |