Filter

public struct Filter : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name for this filter.

    Declaration

    Swift

    public let name: FilterName?
  • The values of the filter. These are all the values for any of the applied filters.

    Declaration

    Swift

    public let values: [String]?
  • Undocumented

    Declaration

    Swift

    public init(name: FilterName? = nil, values: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws