Method: Aws::Imagebuilder::Types::LifecyclePolicy#resource_selection
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
#resource_selection ⇒ Types::LifecyclePolicyResourceSelection
Resource selection criteria used to run the lifecycle policy.
5723 5724 5725 5726 5727 5728 5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5723 class LifecyclePolicy < Struct.new( :arn, :name, :description, :status, :execution_role, :resource_type, :policy_details, :resource_selection, :date_created, :date_updated, :date_last_run, :tags) SENSITIVE = [] include Aws::Structure end |