ElasticFileSystemTagResponse

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

Definition of ElasticFileSystemTag

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String? = null

The tag key (String). The key can't start with `aws:`.

Link copied to clipboard
val value: String? = null

The value of the tag key.