CompoundRule.Rd
Class for creating a compound rule.
stepfunctions::BaseRule
-> CompoundRule
Inherited methods
new()
initialize CompoundRule class
CompoundRule$new(operator, rules)
operator
(str): Compounding operator to be applied.
rules
(list(BaseRule)): List of rules to compound together.
to_list()
Convert class to list ready to be translated for Amazon States Language https://states-language.net/spec.html.
CompoundRule$to_list()
format()
class formatting
CompoundRule$format()
clone()
The objects of this class are cloneable with this method.
CompoundRule$clone(deep = FALSE)
deep
Whether to make a deep clone.