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.
4998 4999 5000 5001 5002 5003 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4998 class LifecycleExecutionResourceAction < Struct.new( :name, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason why the lifecycle policy action is taken.
4998 4999 5000 5001 5002 5003 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4998 class LifecycleExecutionResourceAction < Struct.new( :name, :reason) SENSITIVE = [] include Aws::Structure end |