Secrets Manager > Structures > Tag Tag¶ Structure Class¶ Tag dataclass ¶ A structure that contains information about a tag. Attributes¶ key class-attribute instance-attribute ¶ key: str | None = None The key identifier, or name, of the tag. value class-attribute instance-attribute ¶ value: str | None = None The string value associated with the key of the tag.