SnapshotSortingEntity
public struct SnapshotSortingEntity : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The category for sorting the snapshots.
Declaration
Swift
public let attribute: SnapshotAttributeToSortBy
-
The order for listing the attributes.
Declaration
Swift
public let sortOrder: SortByOrder?
-
Undocumented
Declaration
Swift
public init(attribute: SnapshotAttributeToSortBy, sortOrder: SortByOrder? = nil)