AWSIoTCustomMetricType

Objective-C

NS_ENUM(NSInteger, AWSIoTCustomMetricType) {
    AWSIoTCustomMetricTypeUnknown,
    AWSIoTCustomMetricTypeStringList,
    AWSIoTCustomMetricTypeIpAddressList,
    AWSIoTCustomMetricTypeNumberList,
    AWSIoTCustomMetricTypeNumber,
}

Swift

enum AWSIoTCustomMetricType : Int, @unchecked Sendable

Undocumented