GetCollaborationResult

data class GetCollaborationResult(val arn: String? = null, val collaborationIdentifier: String? = null, val description: String? = null, val name: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, collaborationIdentifier: String? = null, description: String? = null, name: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

Returns the Amazon Resource Name (ARN) of the specified collaboration. Example: arn:aws:cleanrooms:us-east-1:111122223333:collaboration/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

Link copied to clipboard

Returns the unique identifier of the specified collaboration. Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

Link copied to clipboard
val description: String? = null

A description of the collaboration provided by the collaboration owner.

Link copied to clipboard
val name: String? = null

A human-readable identifier provided by the collaboration owner. Display names are not unique.

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

An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.