Filter
public struct Filter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The attribute path used to specify which attribute name to search. Length limit is 255 characters. For example, UserName is a valid attribute path for the ListUsers API, and DisplayName is a valid attribute path for the ListGroups API.
Declaration
Swift
public let attributePath: String -
Represents the data for an attribute. Each attribute value is described as a name-value pair.
Declaration
Swift
public let attributeValue: String -
Undocumented
Declaration
Swift
public init(attributePath: String, attributeValue: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
Filter Structure Reference