Class: Aws::Imagebuilder::Types::LifecycleExecutionResourceState
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::LifecycleExecutionResourceState
- Includes:
- Structure
- Defined in:
- 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.
5019 5020 5021 5022 5023 5024 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5019 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.
5019 5020 5021 5022 5023 5024 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5019 class LifecycleExecutionResourceState < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |