DataSets

data class DataSets(val value: List<DataSet>) : FileMetadata

The data sets of the file metadata.

Constructors

Link copied to clipboard
constructor(value: List<DataSet>)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Casts this FileMetadata as a DataSets and retrieves its kotlin.collections.List value. Throws an exception if the FileMetadata is not a DataSets.

Link copied to clipboard

Casts this FileMetadata as a DataSets and retrieves its kotlin.collections.List value. Returns null if the FileMetadata is not a DataSets.