Class: Aws::Imagebuilder::Types::LifecycleExecutionResourceState
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::LifecycleExecutionResourceState
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Contains the state of an impacted resource that the runtime instance of the lifecycle policy identified for action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reason ⇒ String
Messaging that clarifies the reason for the assigned status.
-
#status ⇒ String
The runtime status of the lifecycle action taken for the impacted resource.
Instance Attribute Details
#reason ⇒ String
Messaging that clarifies the reason for the assigned status.
5085 5086 5087 5088 5089 5090 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5085 class LifecycleExecutionResourceState < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The runtime status of the lifecycle action taken for the impacted resource.
5085 5086 5087 5088 5089 5090 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5085 class LifecycleExecutionResourceState < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |