AWSEC2EphemeralNvmeSupport
Objective-C
NS_ENUM(NSInteger, AWSEC2EphemeralNvmeSupport) {
    AWSEC2EphemeralNvmeSupportUnknown,
    AWSEC2EphemeralNvmeSupportUnsupported,
    AWSEC2EphemeralNvmeSupportSupported,
    AWSEC2EphemeralNvmeSupportRequired,
}Swift
enum AWSEC2EphemeralNvmeSupport : Int, @unchecked SendableUndocumented
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2EphemeralNvmeSupportUnknownSwift case unknown = 0
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2EphemeralNvmeSupportUnsupportedSwift case unsupported = 1
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2EphemeralNvmeSupportSupportedSwift case supported = 2
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2EphemeralNvmeSupportRequiredSwift case required = 3
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2EphemeralNvmeSupport Enumeration Reference
        AWSEC2EphemeralNvmeSupport Enumeration Reference