Predicate

public struct Predicate : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of the conditions that determine when the trigger will fire.

    Declaration

    Swift

    public let conditions: [Condition]?
  • An optional field if only one condition is listed. If multiple conditions are listed, then this field is required.

    Declaration

    Swift

    public let logical: Logical?
  • Undocumented

    Declaration

    Swift

    public init(conditions: [Condition]? = nil, logical: Logical? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws