Guardduty > Structures > Tag Tag¶ Structure Class¶ Tag dataclass ¶ Contains information about a tag key-value pair. Attributes¶ key class-attribute instance-attribute ¶ key: str | None = None Describes the key associated with the tag. value class-attribute instance-attribute ¶ value: str | None = None Describes the value associated with the tag key.