AWSAutoScalingAcceleratorType

Objective-C

NS_ENUM(NSInteger, AWSAutoScalingAcceleratorType) {
    AWSAutoScalingAcceleratorTypeUnknown,
    AWSAutoScalingAcceleratorTypeGpu,
    AWSAutoScalingAcceleratorTypeFpga,
    AWSAutoScalingAcceleratorTypeInference,
}

Swift

enum AWSAutoScalingAcceleratorType : Int, @unchecked Sendable

Undocumented