FrozenGraph: FrozenGraph class

Description Super classes Methods

Description

FrozenGraph class

FrozenGraph class

Super classes

stepfunctions::Block -> stepfunctions::Graph -> FrozenGraph

Methods

Public methods

Inherited methods

Method new()

Initialize FrozenGraph class

Usage
FrozenGraph$new(definition)
Arguments
definition

(list):


Method to_list()

Convert class to list ready to be translated for Amazon States Language https://states-language.net/spec.html.

Usage
FrozenGraph$to_list()

Method from_json()

Read in json definitions and output FrozenGraph class

Usage
FrozenGraph$from_json(json_definition)
Arguments
json_definition

(list):


Method clone()

The objects of this class are cloneable with this method.

Usage
FrozenGraph$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


DyfanJones/aws-step-functions-data-science-sdk-r documentation built on Dec. 17, 2021, 5:31 p.m.