AWSEC2AcceleratorType

Objective-C

NS_ENUM(NSInteger, AWSEC2AcceleratorType) {
    AWSEC2AcceleratorTypeUnknown,
    AWSEC2AcceleratorTypeGpu,
    AWSEC2AcceleratorTypeFpga,
    AWSEC2AcceleratorTypeInference,
}

Swift

enum AWSEC2AcceleratorType : Int, @unchecked Sendable

Undocumented