Input

sealed class Input

Specifies the input.

Inheritors

Types

Link copied to clipboard
data class File(val value: InputFile) : Input

The file in the input.

Link copied to clipboard
object SdkUnknown : Input

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.