Guardduty > Structures > SortCriteria SortCriteria¶ Structure Class¶ SortCriteria dataclass ¶ Contains information about the criteria used for sorting findings. Attributes¶ attribute_name class-attribute instance-attribute ¶ attribute_name: str | None = None Represents the finding attribute, such as accountId, that sorts the findings. order_by class-attribute instance-attribute ¶ order_by: OrderBy | None = None The order by which the sorted findings are to be displayed.