SearchFilter

public struct SearchFilter : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The result attribute to which the filter values are applied. Valid values vary by API action.

    Declaration

    Swift

    public let attribute: String?
  • The operator to apply to the Attribute with each of the Values. Valid values vary by Attribute.

    Declaration

    Swift

    public let `operator`: String?
  • The list of values applied to the Attribute and Operator attributes. Number of values and valid values vary by Attribute.

    Declaration

    Swift

    public let values: [String]?
  • Undocumented

    Declaration

    Swift

    public init(attribute: String? = nil, operator: String? = nil, values: [String]? = nil)