InputChannelDataSource
Provides the data source that is used to define an input channel.
Inheritors
Types
Link copied to clipboard
data class ProtectedQueryInputParameters(val value: ProtectedQueryInputParameters) : InputChannelDataSource
Provides information necessary to perform the protected query.
Link copied to clipboard
Functions
Link copied to clipboard
Casts this InputChannelDataSource as a ProtectedQueryInputParameters and retrieves its aws.sdk.kotlin.services.cleanroomsml.model.ProtectedQueryInputParameters value. Throws an exception if the InputChannelDataSource is not a ProtectedQueryInputParameters.
Link copied to clipboard
Casts this InputChannelDataSource as a ProtectedQueryInputParameters and retrieves its aws.sdk.kotlin.services.cleanroomsml.model.ProtectedQueryInputParameters value. Returns null if the InputChannelDataSource is not a ProtectedQueryInputParameters.