Class: Aws::Imagebuilder::Types::LifecyclePolicyResourceSelectionRecipe

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/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

Instance Attribute Details

#nameString

The name of an Image Builder recipe that the lifecycle policy uses for resource selection.

Returns:

  • (String)


5368
5369
5370
5371
5372
5373
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5368

class LifecyclePolicyResourceSelectionRecipe < Struct.new(
  :name,
  :semantic_version)
  SENSITIVE = []
  include Aws::Structure
end

#semantic_versionString

The version of the Image Builder recipe specified by the name field.

Returns:

  • (String)


5368
5369
5370
5371
5372
5373
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5368

class LifecyclePolicyResourceSelectionRecipe < Struct.new(
  :name,
  :semantic_version)
  SENSITIVE = []
  include Aws::Structure
end