The output for the DescribeAlarms action.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeAlarmsResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeAlarmsResult()()()() | Initializes a new instance of the DescribeAlarmsResult class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | MetricAlarms | 
            A list of information for the specified alarms.
             
             | 
|  | NextToken | 
            A string that marks the start of the next batch of returned results.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithMetricAlarms(array<MetricAlarm>[]()[][]) | Obsolete. 
            Adds elements to the MetricAlarms collection
             | 
|  | WithMetricAlarms(IEnumerable<(Of <<'(MetricAlarm>)>>)) | Obsolete. 
            Adds elements to the MetricAlarms collection
             | 
|  | WithNextToken(String) | Obsolete. 
            Sets the NextToken property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DescribeAlarmsResult |