File

data class File(val value: InputFile) : Input

The file in the input.

Constructors

Link copied to clipboard
constructor(value: InputFile)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

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

Link copied to clipboard

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