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