Class: Aws::Imagebuilder::Types::LifecycleExecutionState
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::LifecycleExecutionState
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
The current state of the runtime instance of the lifecycle policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reason ⇒ String
The reason for the current status.
-
#status ⇒ String
The runtime status of the lifecycle execution.
Instance Attribute Details
#reason ⇒ String
The reason for the current status.
5074 5075 5076 5077 5078 5079 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5074 class LifecycleExecutionState < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The runtime status of the lifecycle execution.
5074 5075 5076 5077 5078 5079 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5074 class LifecycleExecutionState < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |