Class: Aws::Imagebuilder::Types::LifecyclePolicyDetailAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::LifecyclePolicyDetailAction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Contains selection criteria for the lifecycle policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#include_resources ⇒ Types::LifecyclePolicyDetailActionIncludeResources
Specifies the resources that the lifecycle policy applies to.
-
#type ⇒ String
Specifies the lifecycle action to take.
Instance Attribute Details
#include_resources ⇒ Types::LifecyclePolicyDetailActionIncludeResources
Specifies the resources that the lifecycle policy applies to.
5194 5195 5196 5197 5198 5199 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5194 class LifecyclePolicyDetailAction < Struct.new( :type, :include_resources) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Specifies the lifecycle action to take.
5194 5195 5196 5197 5198 5199 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5194 class LifecyclePolicyDetailAction < Struct.new( :type, :include_resources) SENSITIVE = [] include Aws::Structure end |