FilterRule
public struct FilterRule : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The type of filter rule to apply. AWS DataSync only supports the SIMPLE_PATTERN rule type.
Declaration
Swift
public let filterType: FilterType?
-
A single filter string that consists of the patterns to include or exclude. The patterns are delimited by “|” (that is, a pipe), for example: /folder1|/folder2
Declaration
Swift
public let value: String?
-
Undocumented
Declaration
Swift
public init(filterType: FilterType? = nil, value: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws