Partition

public enum Partition : String, CustomStringConvertible, Codable

Undocumented

  • aws

    Undocumented

    Declaration

    Swift

    case aws = "aws"
  • Undocumented

    Declaration

    Swift

    case awsCn = "aws-cn"
  • Undocumented

    Declaration

    Swift

    case awsUsGov = "aws-us-gov"
  • Declaration

    Swift

    public var description: String { get }