GetApplicationResult

data class GetApplicationResult(val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

The metadata that you apply to CodeDeploy applications to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define.