ContentData

data class ContentData(val value: ContentDataDetails) : DataDetails

Details about the content data.

Constructors

Link copied to clipboard
constructor(value: ContentDataDetails)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this DataDetails as a ContentData and retrieves its aws.sdk.kotlin.services.qconnect.model.ContentDataDetails value. Throws an exception if the DataDetails is not a ContentData.

Link copied to clipboard
Link copied to clipboard