AWSIoTCustomMetricType
Objective-C
NS_ENUM(NSInteger, AWSIoTCustomMetricType) {
AWSIoTCustomMetricTypeUnknown,
AWSIoTCustomMetricTypeStringList,
AWSIoTCustomMetricTypeIpAddressList,
AWSIoTCustomMetricTypeNumberList,
AWSIoTCustomMetricTypeNumber,
}
Swift
enum AWSIoTCustomMetricType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTCustomMetricTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSIoTCustomMetricTypeStringListSwift
case stringList = 1 -
Undocumented
Declaration
Objective-C
AWSIoTCustomMetricTypeIpAddressListSwift
case ipAddressList = 2 -
Undocumented
Declaration
Objective-C
AWSIoTCustomMetricTypeNumberListSwift
case numberList = 3 -
Undocumented
Declaration
Objective-C
AWSIoTCustomMetricTypeNumberSwift
case number = 4
View on GitHub
Install in Dash
AWSIoTCustomMetricType Enumeration Reference