paws.core.operations.IO.YAML package

Submodules

paws.core.operations.IO.YAML.LoadYAML module

class paws.core.operations.IO.YAML.LoadYAML.LoadYAML[source]

Bases: paws.core.operations.Operation.Operation

Load data from a YAML file

Returns the output of yaml.load()

run()[source]

Operation.run() should use the Operation.inputs and set values for all of the items in Operation.outputs.

Module contents