Listing

data class Listing(val value: ListingRevision) : GrantedEntity

The listing for which a subscription is granted.

Constructors

Link copied to clipboard
constructor(value: ListingRevision)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

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

Link copied to clipboard

Casts this GrantedEntity as a Listing and retrieves its aws.sdk.kotlin.services.datazone.model.ListingRevision value. Returns null if the GrantedEntity is not a Listing.