AWS SDK for .NET Documentation
DescribeAlarmHistoryResult Class
AmazonAmazon.CloudWatch.ModelDescribeAlarmHistoryResult Did this page help you?   Yes   No    Tell us about it...

The output for the DescribeAlarmHistory action.

Declaration Syntax
C#
public class DescribeAlarmHistoryResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeAlarmHistoryResult()()()()
Initializes a new instance of the DescribeAlarmHistoryResult class

AlarmHistoryItems
A list of alarm histories in JSON format.

Equals(Object)
Determines whether the specified Object is equal to the current 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.)
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.)
WithAlarmHistoryItems(array<AlarmHistoryItem>[]()[][]) Obsolete.
Adds elements to the AlarmHistoryItems collection

WithAlarmHistoryItems(IEnumerable<(Of <<'(AlarmHistoryItem>)>>)) Obsolete.
Adds elements to the AlarmHistoryItems collection

WithNextToken(String) Obsolete.
Sets the NextToken property

Inheritance Hierarchy
Object
DescribeAlarmHistoryResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)