GetCollectionResult

data class GetCollectionResult(val arn: String? = null, val tags: List<CollectionTag>? = null)

Constructors

Link copied to clipboard
fun GetCollectionResult(arn: String? = null, tags: List<CollectionTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null
Link copied to clipboard
val tags: List<CollectionTag>? = null

An array of key-value pairs to apply to this resource.