PathMatcher

smithy.waiters.PathMatcher
See thePathMatcher companion object
final case class PathMatcher(path: String, expected: String, comparator: PathComparator)

Defines how to test the result of a JMESPath expression against an expected value.

Value parameters

comparator

The comparator used to compare the result of the expression with the expected value.

expected

The expected return value of the expression.

path

A JMESPath expression applied to the input or output of an operation.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product