Filter

public struct Filter : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The condition to apply. To include the objects that match the statement, specify IS. To exclude matching objects, specify IS_NOT.

    Declaration

    Swift

    public let condition: FilterConditionString
  • key

    The name of the parameter to filter on.

    Declaration

    Swift

    public let key: String
  • The value to match.

    Declaration

    Swift

    public let value: String
  • Undocumented

    Declaration

    Swift

    public init(condition: FilterConditionString, key: String, value: String)
  • Declaration

    Swift

    public func validate(name: String) throws