AWSIoTMetricDatum

Objective-C

@interface AWSIoTMetricDatum

Swift

class AWSIoTMetricDatum

A metric.

  • The time the metric value was reported.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable timestamp;

    Swift

    var timestamp: Date? { get set }
  • The value reported for the metric.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSIoTMetricValue *_Nullable value;

    Swift

    var value: AWSIoTMetricValue? { get set }