java.lang.Object
software.amazon.awssdk.codegen.jmespath.component.SubExpression

public class SubExpression extends Object
A subexpression is a combination of two expressions separated by the ‘.’ char. A subexpression is evaluated as follows:
  1. Evaluate the expression on the left with the original JSON document.
  2. Evaluate the expression on the right with the result of the left expression evaluation.
https://jmespath.org/specification.html#subexpressions