Sort
public struct Sort : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
For ListEntities, supported attributes include LastModifiedDate (default), Visibility, EntityId, and Name. For ListChangeSets, supported attributes include StartTime and EndTime.
Declaration
Swift
public let sortBy: String?
-
The sorting order. Can be ASCENDING or DESCENDING. The default value is DESCENDING.
Declaration
Swift
public let sortOrder: SortOrder?
-
Undocumented
Declaration
Swift
public init(sortBy: String? = nil, sortOrder: SortOrder? = nil)
-
Declaration
Swift
public func validate(name: String) throws