SortCriteria

public struct SortCriteria : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Represents the finding attribute (for example, accountId) to sort findings by.

    Declaration

    Swift

    public let attributeName: String?
  • The order by which the sorted findings are to be displayed.

    Declaration

    Swift

    public let orderBy: OrderBy?
  • Undocumented

    Declaration

    Swift

    public init(attributeName: String? = nil, orderBy: OrderBy? = nil)