ProtectedQuery

The parameters for an Clean Rooms protected query.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time at which the protected query was created.

Link copied to clipboard

The sensitivity parameters of the differential privacy results of the protected query.

Link copied to clipboard

An error thrown by the protected query.

Link copied to clipboard
val id: String

The identifier for a protected query instance.

Link copied to clipboard

The ARN of the membership.

Link copied to clipboard

The identifier for the membership.

Link copied to clipboard

The result of the protected query.

Link copied to clipboard

Contains any details needed to write the query results.

Link copied to clipboard

The protected query SQL parameters.

Link copied to clipboard

Statistics about protected query execution.

Link copied to clipboard

The status of the query.

Functions

Link copied to clipboard
inline fun copy(block: ProtectedQuery.Builder.() -> Unit = {}): ProtectedQuery
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String