GrantedEntity

sealed class GrantedEntity

The details of a listing for which a subscription is granted.

Inheritors

Types

Link copied to clipboard
data class Listing(val value: ListingRevision) : GrantedEntity

The listing for which a subscription is granted.

Link copied to clipboard

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.