File

data class File(val value: OutputFile) : Output

The file of the output.

Constructors

Link copied to clipboard
constructor(value: OutputFile)

Properties

Link copied to clipboard

Inherited 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.