Order
public struct Order : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the column.
Declaration
Swift
public let column: String
-
Indicates that the column is sorted in ascending order (== 1), or in descending order (==0).
Declaration
Swift
public let sortOrder: Int
-
Undocumented
Declaration
Swift
public init(column: String, sortOrder: Int)
-
Declaration
Swift
public func validate(name: String) throws