FilterRule
public struct FilterRule : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The object key name prefix or suffix identifying one or more objects to which the filtering rule applies. The maximum length is 1,024 characters. Overlapping prefixes and suffixes are not supported. For more information, see Configuring Event Notifications in the Amazon Simple Storage Service Developer Guide.
Declaration
Swift
public let name: FilterRuleName?
-
The value that the filter searches for in object key names.
Declaration
Swift
public let value: String?
-
Undocumented
Declaration
Swift
public init(name: FilterRuleName? = nil, value: String? = nil)