Class: Aws::Imagebuilder::Types::LifecyclePolicyResourceSelection
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::LifecyclePolicyResourceSelection
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Resource selection criteria for the lifecycle policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recipes ⇒ Array<Types::LifecyclePolicyResourceSelectionRecipe>
A list of recipes that are used as selection criteria for the output images that the lifecycle policy applies to.
-
#tag_map ⇒ Hash<String,String>
A list of tags that are used as selection criteria for the Image Builder image resources that the lifecycle policy applies to.
Instance Attribute Details
#recipes ⇒ Array<Types::LifecyclePolicyResourceSelectionRecipe>
A list of recipes that are used as selection criteria for the output images that the lifecycle policy applies to.
5368 5369 5370 5371 5372 5373 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5368 class LifecyclePolicyResourceSelection < Struct.new( :recipes, :tag_map) SENSITIVE = [] include Aws::Structure end |
#tag_map ⇒ Hash<String,String>
A list of tags that are used as selection criteria for the Image Builder image resources that the lifecycle policy applies to.
5368 5369 5370 5371 5372 5373 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5368 class LifecyclePolicyResourceSelection < Struct.new( :recipes, :tag_map) SENSITIVE = [] include Aws::Structure end |