CloudWatchListMetricsResponse Class Reference
| Inherits from | CloudWatchResponse : AmazonServiceResponse : NSObject |
| Declared in | CloudWatchListMetricsResponse.h |
Tasks
-
– setException:If an exception was thrown, this will return the exception.
-
– initDefault constructor for a new object. Callers should use the property methods to initialize this object after creating it.
-
metricsA list of metrics used to generate statistics for an AWS account.
property -
nextTokenA 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
-
– descriptionReturns a string representation of this object; useful for testing and debugging.
Properties
Instance Methods
description
Returns a string representation of this object; useful for testing and debugging.
- (NSString *)descriptionReturn Value
A string representation of this object.
Discussion
Returns a string representation of this object; useful for testing and debugging.
Declared In
CloudWatchListMetricsResponse.hinit
Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.
- (id)initDiscussion
Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.
Declared In
CloudWatchListMetricsResponse.h