DatabaseCdc

data class DatabaseCdc(val value: DatabaseCdc) : FileMetadata

The database CDC of the file metadata.

Constructors

Link copied to clipboard
constructor(value: DatabaseCdc)

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.