AWSEC2BootModeType
Objective-C
NS_ENUM(NSInteger, AWSEC2BootModeType) {
    AWSEC2BootModeTypeUnknown,
    AWSEC2BootModeTypeLegacyBios,
    AWSEC2BootModeTypeUefi,
}Swift
enum AWSEC2BootModeType : Int, @unchecked SendableUndocumented
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2BootModeTypeUnknownSwift case unknown = 0
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2BootModeTypeLegacyBiosSwift case legacyBios = 1
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2BootModeTypeUefiSwift case uefi = 2
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2BootModeType Enumeration Reference
        AWSEC2BootModeType Enumeration Reference