AWSEC2StatisticType

Objective-C

NS_ENUM(NSInteger, AWSEC2StatisticType) {
    AWSEC2StatisticTypeUnknown,
    AWSEC2StatisticTypeP50,
}

Swift

enum AWSEC2StatisticType : Int, @unchecked Sendable

Undocumented