SortCriterion
public struct SortCriterion : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The finding attribute used to sort findings.
Declaration
Swift
public let field: String?
-
The order used to sort findings.
Declaration
Swift
public let sortOrder: SortOrder?
-
Undocumented
Declaration
Swift
public init(field: String? = nil, sortOrder: SortOrder? = nil)
-
Declaration
Swift
public func validate(name: String) throws