AWSCloudWatchListMetricsOutput

Objective-C

@interface AWSCloudWatchListMetricsOutput

Swift

class AWSCloudWatchListMetricsOutput
  • The metrics.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSCloudWatchMetric *> *_Nullable metrics;

    Swift

    var metrics: [AWSCloudWatchMetric]? { get set }
  • The token that marks the start of the next batch of returned results.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }