GetInputResult

data class GetInputResult(val inputDefinition: InputDefinition? = null, val inputDescription: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(inputDefinition: InputDefinition? = null, inputDescription: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The definition of the input.

Link copied to clipboard

A brief description of the input.

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

An array of key-value pairs to apply to this resource. For more information, see Tag.