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

public class FunctionArg extends Object
An argument to a FunctionExpression. Either a Expression that is evaluated and passed to the function or a ExpressionType that is passed to the function as-is and is evaluated by the function.
  • Method Details