AWSCloudWatchListMetricsInput

Objective-C

@interface AWSCloudWatchListMetricsInput

Swift

class AWSCloudWatchListMetricsInput
  • The dimensions to filter against.

    Declaration

    Objective-C

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

    Swift

    var dimensions: [AWSCloudWatchDimensionFilter]? { get set }
  • The name of the metric to filter against.

    Declaration

    Objective-C

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

    Swift

    var metricName: String? { get set }
  • The namespace to filter against.

    Declaration

    Objective-C

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

    Swift

    var namespace: String? { get set }
  • The token returned by a previous call to indicate that there is more data available.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }