AWSIoTCustomMetricType
Objective-C
NS_ENUM(NSInteger, AWSIoTCustomMetricType) {
AWSIoTCustomMetricTypeUnknown,
AWSIoTCustomMetricTypeStringList,
AWSIoTCustomMetricTypeIpAddressList,
AWSIoTCustomMetricTypeNumberList,
AWSIoTCustomMetricTypeNumber,
}
Swift
enum AWSIoTCustomMetricType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTCustomMetricTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSIoTCustomMetricTypeStringList
Swift
case stringList = 1
-
Undocumented
Declaration
Objective-C
AWSIoTCustomMetricTypeIpAddressList
Swift
case ipAddressList = 2
-
Undocumented
Declaration
Objective-C
AWSIoTCustomMetricTypeNumberList
Swift
case numberList = 3
-
Undocumented
Declaration
Objective-C
AWSIoTCustomMetricTypeNumber
Swift
case number = 4