AWSEC2DeviceType
Objective-C
NS_ENUM(NSInteger, AWSEC2DeviceType) {
AWSEC2DeviceTypeUnknown,
AWSEC2DeviceTypeEBS,
AWSEC2DeviceTypeInstanceStore,
}
Swift
enum AWSEC2DeviceType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2DeviceTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2DeviceTypeEBS
Swift
case EBS = 1
-
Undocumented
Declaration
Objective-C
AWSEC2DeviceTypeInstanceStore
Swift
case instanceStore = 2