ApiCacheType
public enum ApiCacheType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case t2Small = "T2_SMALL" -
Undocumented
Declaration
Swift
case t2Medium = "T2_MEDIUM" -
Undocumented
Declaration
Swift
case r4Large = "R4_LARGE" -
Undocumented
Declaration
Swift
case r4Xlarge = "R4_XLARGE" -
Undocumented
Declaration
Swift
case r42Xlarge = "R4_2XLARGE" -
Undocumented
Declaration
Swift
case r44Xlarge = "R4_4XLARGE" -
Undocumented
Declaration
Swift
case r48Xlarge = "R4_8XLARGE" -
Undocumented
Declaration
Swift
case small = "SMALL" -
Undocumented
Declaration
Swift
case medium = "MEDIUM" -
Undocumented
Declaration
Swift
case large = "LARGE" -
Undocumented
Declaration
Swift
case xlarge = "XLARGE" -
Undocumented
Declaration
Swift
case large2X = "LARGE_2X" -
Undocumented
Declaration
Swift
case large4X = "LARGE_4X" -
Undocumented
Declaration
Swift
case large8X = "LARGE_8X" -
Undocumented
Declaration
Swift
case large12X = "LARGE_12X" -
Declaration
Swift
public var description: String { get }
View on GitHub
ApiCacheType Enumeration Reference