Description Super class Methods
Class for creating a rule.
stepfunctions::BaseRule
-> Rule
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)
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.