LifecycleRuleAndOperator

public struct LifecycleRuleAndOperator : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Prefix identifying one or more objects to which the rule applies.

    Declaration

    Swift

    public let prefix: String?
  • All of these tags must exist in the object’s tag set in order for the rule to apply.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(prefix: String? = nil, tags: [Tag]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws