Condition

public struct Condition : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The conditions to evaluate for the activity.

    Declaration

    Swift

    public let conditions: [SimpleCondition]?
  • Specifies how to handle multiple conditions for the activity. For example, if you specify two conditions for an activity, whether both or only one of the conditions must be met for the activity to be performed.

    Declaration

    Swift

    public let `operator`: Operator?
  • Undocumented

    Declaration

    Swift

    public init(conditions: [SimpleCondition]? = nil, operator: Operator? = nil)