JMESPathMatcher
public struct JMESPathMatcher<Value> : AWSWaiterMatcher where Value : CustomStringConvertible
Match whether the value 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