Guardduty > Structures > Observations Observations¶ Structure Class¶ Observations dataclass ¶ Contains information about the observed behavior. Attributes¶ number class-attribute instance-attribute ¶ number: list[int] | None = None The numeric values that were unusual. text class-attribute instance-attribute ¶ text: list[str] | None = None The text that was unusual.