Top-level class for step input placeholders.

Super class

stepfunctions::Placeholder

Methods

Public methods

Inherited methods

Method new()

Initialize Placeholder class

Usage

StepInput$new(schema = NULL, ...)

Arguments

schema

(dict, optional): Schema for the placeholder collection. (default: None)

...

: other parameters from Placeholder


Method clone()

The objects of this class are cloneable with this method.

Usage

StepInput$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.