ProvisionedProductOutput

data class ProvisionedProductOutput(val description: String? = null, val key: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, key: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the output.

Link copied to clipboard
val key: String? = null

The output key.

Link copied to clipboard
val value: String? = null

The output value.