JMESAnyPathMatcher
public struct JMESAnyPathMatcher<Value> : AWSWaiterMatcher where Value : CustomStringConvertible
Match whether any 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