JMESAllPathMatcher
public struct JMESAllPathMatcher<Value> : AWSWaiterMatcher where Value : CustomStringConvertible
Match whether all of the values indicated by JMESPath matches an expected value
-
Declaration
Swift
public init(_ path: String, expected: Value) throws
-
Declaration
Swift
public func match(result: Result<Any, Error>) -> Bool