Sort

public struct Sort : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • key

    The sort key of a sort object.

    Declaration

    Swift

    public let key: String
  • The sort value of a sort object.

    Declaration

    Swift

    public let value: SortValue
  • Undocumented

    Declaration

    Swift

    public init(key: String, value: SortValue)
  • Declaration

    Swift

    public func validate(name: String) throws