smithy.waiters.PathComparator
See thePathComparator companion object
Defines a comparison to perform in a PathMatcher.
Value parameters
- ALL_STRING_EQUALS
-
Matches if all values in the list matches the expected string.
- ANY_STRING_EQUALS
-
Matches if any value in the list matches the expected string.
- BOOLEAN_EQUALS
-
Matches if the return value is a boolean that is equal to the string literal 'true' or 'false'.
- STRING_EQUALS
-
Matches if the return value is a string that is equal to the expected string.
Attributes
- Companion
- object
- Graph
-
- Supertypes
- Known subtypes
-
object ALL_STRING_EQUALS.typeobject ANY_STRING_EQUALS.typeobject BOOLEAN_EQUALS.typeobject STRING_EQUALS.type
Members list
In this article