Description Super class Methods
Class for creating a compound rule.
stepfunctions::BaseRule
-> CompoundRule
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.