Filter
public struct Filter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the filter as specified for a Describe* or similar operation.
Declaration
Swift
public let name: String
-
The filter value, which can specify one or more values used to narrow the returned results.
Declaration
Swift
public let values: [String]
-
Undocumented
Declaration
Swift
public init(name: String, values: [String])