DocumentFilter
public struct DocumentFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the filter.
Declaration
Swift
public let key: DocumentFilterKey
-
The value of the filter.
Declaration
Swift
public let value: String
-
Undocumented
Declaration
Swift
public init(key: DocumentFilterKey, value: String)
-
Declaration
Swift
public func validate(name: String) throws