NotRule.Rd
Class for creating a negation rule.
stepfunctions::BaseRule
-> NotRule
Inherited methods
new()
Initialize NotRule class
NotRule$new(rule)
rule
(BaseRule): Rule to negate.
to_list()
Convert class to list ready to be translated for Amazon States Language https://states-language.net/spec.html.
NotRule$to_list()
format()
class formatting
NotRule$format()
clone()
The objects of this class are cloneable with this method.
NotRule$clone(deep = FALSE)
deep
Whether to make a deep clone.