ExecutionInput.Rd
Top-level class for execution input placeholders.
stepfunctions::Placeholder
-> ExecutionInput
new()
Initialize Placeholder class
ExecutionInput$new(schema = NULL, ...)
schema
(dict, optional): Schema for the placeholder collection. (default: None)
...
: other parameters from Placeholder
clone()
The objects of this class are cloneable with this method.
ExecutionInput$clone(deep = FALSE)
deep
Whether to make a deep clone.