AWSCloudWatchMetric

Objective-C

@interface AWSCloudWatchMetric

Swift

class AWSCloudWatchMetric

Represents a specific metric.

  • The dimensions for the metric.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSCloudWatchDimension *> *_Nullable dimensions;

    Swift

    var dimensions: [AWSCloudWatchDimension]? { get set }
  • The name of the metric. This is a required field.

    Declaration

    Objective-C

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

    Swift

    var metricName: String? { get set }
  • The namespace of the metric.

    Declaration

    Objective-C

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

    Swift

    var namespace: String? { get set }