View Source ExAws.Timestream.Write.Tag (ExAws.Timestream v0.5.1)

A tag is a label that you assign to a Timestream database and/or table. Each tag consists of a key and an optional value, both of which you define. Tags enable you to categorize databases and/or tables, for example, by purpose, owner, or environment. https://docs.aws.amazon.com/timestream/latest/developerguide/API_Tag.html

Link to this section Summary

Functions

Create a new Tag struct

Link to this section Types

@type t() :: %ExAws.Timestream.Write.Tag{key: term(), value: term()}

Link to this section Functions

@spec new(key :: binary(), value :: binary()) :: t()

Create a new Tag struct