AWSEC2PhcSupport

Objective-C

NS_ENUM(NSInteger, AWSEC2PhcSupport) {
    AWSEC2PhcSupportUnknown,
    AWSEC2PhcSupportUnsupported,
    AWSEC2PhcSupportSupported,
}

Swift

enum AWSEC2PhcSupport : Int, @unchecked Sendable

Undocumented