AWSEC2DeviceType
Objective-C
NS_ENUM(NSInteger, AWSEC2DeviceType) {
AWSEC2DeviceTypeUnknown,
AWSEC2DeviceTypeEBS,
AWSEC2DeviceTypeInstanceStore,
}
Swift
enum AWSEC2DeviceType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2DeviceTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2DeviceTypeEBSSwift
case EBS = 1 -
Undocumented
Declaration
Objective-C
AWSEC2DeviceTypeInstanceStoreSwift
case instanceStore = 2
View on GitHub
Install in Dash
AWSEC2DeviceType Enumeration Reference