AWSEC2StatisticType
Objective-C
NS_ENUM(NSInteger, AWSEC2StatisticType) {
AWSEC2StatisticTypeUnknown,
AWSEC2StatisticTypeP50,
}
Swift
enum AWSEC2StatisticType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2StatisticTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2StatisticTypeP50
Swift
case P50 = 1