AWSEC2StatisticType
Objective-C
NS_ENUM(NSInteger, AWSEC2StatisticType) {
AWSEC2StatisticTypeUnknown,
AWSEC2StatisticTypeP50,
}
Swift
enum AWSEC2StatisticType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2StatisticTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2StatisticTypeP50Swift
case P50 = 1
View on GitHub
Install in Dash
AWSEC2StatisticType Enumeration Reference