Filter
public struct Filter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the name of the filter.
Declaration
Swift
public let name: String?
-
Contains one or more values for the filter.
Declaration
Swift
public let values: [String]?
-
Undocumented
Declaration
Swift
public init(name: String? = nil, values: [String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws