VolumeType

public enum VolumeType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case standard = "standard"
  • gp2

    Undocumented

    Declaration

    Swift

    case gp2 = "gp2"
  • io1

    Undocumented

    Declaration

    Swift

    case io1 = "io1"
  • Declaration

    Swift

    public var description: String { get }