AWSEC2EphemeralNvmeSupport

Objective-C

NS_ENUM(NSInteger, AWSEC2EphemeralNvmeSupport) {
    AWSEC2EphemeralNvmeSupportUnknown,
    AWSEC2EphemeralNvmeSupportUnsupported,
    AWSEC2EphemeralNvmeSupportSupported,
    AWSEC2EphemeralNvmeSupportRequired,
}

Swift

enum AWSEC2EphemeralNvmeSupport : Int, @unchecked Sendable

Undocumented