Class LifecycleTagPredicate
A predicate that filters objects for a LifecycleRule by matching a particular Tag key and value.
public class LifecycleTagPredicate : LifecycleFilterPredicate
- Inheritance
-
LifecycleTagPredicate
- Inherited Members
Constructors
LifecycleTagPredicate()
public LifecycleTagPredicate()
Properties
Tag
The Tag to be matched by filtered objects.
public Tag Tag { get; set; }