Inherits from CloudWatchResponse : AmazonServiceResponse : NSObject
Declared in CloudWatchListMetricsResponse.h

Overview

List Metrics Result

Tasks

  • – setException:

    If an exception was thrown, this will return the exception.

  • – init

    Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

  •   metrics

    A list of metrics used to generate statistics for an AWS account.

    property
  •   nextToken

    A string that marks the start of the next batch of returned results.

    property
  • – metricsObjectAtIndex:

    Returns a value from the metrics array for the specified index

  • – description

    Returns a string representation of this object; useful for testing and debugging.

Properties

metrics

A list of metrics used to generate statistics for an AWS account.

@property (nonatomic, retain) NSMutableArray *metrics

Discussion

A list of metrics used to generate statistics for an AWS account.

Declared In

CloudWatchListMetricsResponse.h

nextToken

A string that marks the start of the next batch of returned results.

@property (nonatomic, retain) NSString *nextToken

Discussion

A string that marks the start of the next batch of returned results.

Declared In

CloudWatchListMetricsResponse.h

Instance Methods

description

Returns a string representation of this object; useful for testing and debugging.

- (NSString *)description

Return Value

A string representation of this object.

Discussion

Returns a string representation of this object; useful for testing and debugging.

Declared In

CloudWatchListMetricsResponse.h

init

Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

- (id)init

Discussion

Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

Declared In

CloudWatchListMetricsResponse.h

metricsObjectAtIndex:

Returns a value from the metrics array for the specified index

- (CloudWatchMetric *)metricsObjectAtIndex:(int)index

Discussion

Returns a value from the metrics array for the specified index

Declared In

CloudWatchListMetricsResponse.h

setException:

If an exception was thrown, this will return the exception.

- (void)setException:(AmazonServiceException *)theException

Discussion

If an exception was thrown, this will return the exception.

Declared In

AmazonServiceResponse.h