VolumeType
public enum VolumeType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case standard = "standard"
-
Undocumented
Declaration
Swift
case gp2 = "gp2"
-
Undocumented
Declaration
Swift
case io1 = "io1"
-
Declaration
Swift
public var description: String { get }