PathMatcher

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

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

Attributes

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.

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product