AssetListing

data class AssetListing(val value: AssetListing) : ListingItem

An asset published in an Amazon DataZone catalog.

Constructors

Link copied to clipboard
constructor(value: AssetListing)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this ListingItem as a AssetListing and retrieves its aws.sdk.kotlin.services.datazone.model.AssetListing value. Throws an exception if the ListingItem is not a AssetListing.

Link copied to clipboard