LifecycleRuleFilter
public struct LifecycleRuleFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let and: LifecycleRuleAndOperator? -
Prefix identifying one or more objects to which the rule applies.
Declaration
Swift
public let prefix: String? -
This tag must exist in the object’s tag set in order for the rule to apply.
Declaration
Swift
public let tag: Tag? -
Undocumented
Declaration
Swift
public init(and: LifecycleRuleAndOperator? = nil, prefix: String? = nil, tag: Tag? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
LifecycleRuleFilter Structure Reference