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 the 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.
10085 10086 10087 10088 10089 10090 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 10085 class WorkflowState < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current state of the workflow.
10085 10086 10087 10088 10089 10090 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 10085 class WorkflowState < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |