AWSEC2RootDeviceType
Objective-C
NS_ENUM(NSInteger, AWSEC2RootDeviceType) {
AWSEC2RootDeviceTypeUnknown,
AWSEC2RootDeviceTypeEBS,
AWSEC2RootDeviceTypeInstanceStore,
}
Swift
enum AWSEC2RootDeviceType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2RootDeviceTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2RootDeviceTypeEBS
Swift
case EBS = 1
-
Undocumented
Declaration
Objective-C
AWSEC2RootDeviceTypeInstanceStore
Swift
case instanceStore = 2