Class: Aws::Imagebuilder::Types::LifecyclePolicyResourceSelectionRecipe
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::LifecyclePolicyResourceSelectionRecipe
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Specifies an Image Builder recipe that the lifecycle policy uses for resource selection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of an Image Builder recipe that the lifecycle policy uses for resource selection.
-
#semantic_version ⇒ String
The version of the Image Builder recipe specified by the ‘name` field.
Instance Attribute Details
#name ⇒ String
The name of an Image Builder recipe that the lifecycle policy uses for resource selection.
5390 5391 5392 5393 5394 5395 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5390 class LifecyclePolicyResourceSelectionRecipe < Struct.new( :name, :semantic_version) SENSITIVE = [] include Aws::Structure end |
#semantic_version ⇒ String
The version of the Image Builder recipe specified by the ‘name` field.
5390 5391 5392 5393 5394 5395 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5390 class LifecyclePolicyResourceSelectionRecipe < Struct.new( :name, :semantic_version) SENSITIVE = [] include Aws::Structure end |