GetPrivacyBudgetTemplateResult

data class GetPrivacyBudgetTemplateResult(val arn: String? = null, val collaborationArn: String? = null, val collaborationIdentifier: String? = null, val membershipArn: String? = null, val parameters: ParametersProperties? = null, val privacyBudgetTemplateIdentifier: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, collaborationArn: String? = null, collaborationIdentifier: String? = null, membershipArn: String? = null, parameters: ParametersProperties? = null, privacyBudgetTemplateIdentifier: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the privacy budget template.

Link copied to clipboard

The ARN of the collaboration that contains this privacy budget template.

Link copied to clipboard

The unique ID of the collaboration that contains this privacy budget template.

Link copied to clipboard
val membershipArn: String? = null

The Amazon Resource Name (ARN) of the member who created the privacy budget template.

Link copied to clipboard

Specifies the epsilon and noise parameters for the privacy budget template.

Link copied to clipboard

A unique identifier for one of your memberships for a collaboration. The privacy budget template is created in the collaboration that this membership belongs to. Accepts a membership ID.

Link copied to clipboard
val tags: List<Tag>? = null

An arbitrary set of tags (key-value pairs) for this cleanrooms privacy budget template.