AWSIoTUpdateCustomMetricRequest

Objective-C

@interface AWSIoTUpdateCustomMetricRequest

Swift

class AWSIoTUpdateCustomMetricRequest
  • Field represents a friendly name in the console for the custom metric, it doesn’t have to be unique. Don’t use this name as the metric identifier in the device metric report. Can be updated.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable displayName;

    Swift

    var displayName: String? { get set }
  • The name of the custom metric. Cannot be updated.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable metricName;

    Swift

    var metricName: String? { get set }