Class: Aws::Imagebuilder::Types::LifecycleExecutionResourceAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::LifecycleExecutionResourceAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
The lifecycle policy action that was identified for the impacted resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the resource that was identified for a lifecycle policy action.
-
#reason ⇒ String
The reason why the lifecycle policy action is taken.
Instance Attribute Details
#name ⇒ String
The name of the resource that was identified for a lifecycle policy action.
4976 4977 4978 4979 4980 4981 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4976 class LifecycleExecutionResourceAction < Struct.new( :name, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason why the lifecycle policy action is taken.
4976 4977 4978 4979 4980 4981 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4976 class LifecycleExecutionResourceAction < Struct.new( :name, :reason) SENSITIVE = [] include Aws::Structure end |