Output

sealed class Output

Specifies an output.

Inheritors

Types

Link copied to clipboard
data class File(val value: OutputFile) : Output

The file of the output.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this Output as a File and retrieves its aws.sdk.kotlin.services.apptest.model.OutputFile value. Throws an exception if the Output is not a File.

Link copied to clipboard

Casts this Output as a File and retrieves its aws.sdk.kotlin.services.apptest.model.OutputFile value. Returns null if the Output is not a File.