File

sealed class File

Defines a file.

Inheritors

Types

Link copied to clipboard
data class FileType(val value: CompareFileType) : File

The file type of the file.

Link copied to clipboard
object SdkUnknown : File

Functions

Link copied to clipboard

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

Link copied to clipboard

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