Rule.RdClass for creating a rule.
stepfunctions::BaseRule -> Rule
Inherited methods
new()Initialize Rule class
Rule$new(variable, operator, value)
variable(str): Path to the variable to compare.
operator(str): Comparison operator to be applied.
value(type depends on *operator*): Constant value or Path to compare `variable` against.
to_list()Convert class to list ready to be translated for Amazon States Language https://states-language.net/spec.html.
Rule$to_list()
format()class formatting
Rule$format()
clone()The objects of this class are cloneable with this method.
Rule$clone(deep = FALSE)
deepWhether to make a deep clone.