AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the GetAlarmMuteRule operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.CloudWatch.Model.GetAlarmMuteRuleResponse

Namespace: Amazon.CloudWatch.Model
Assembly: AWSSDK.CloudWatch.dll
Version: 3.x.y.z

Syntax

C#
public class GetAlarmMuteRuleResponse : AmazonWebServiceResponse

The GetAlarmMuteRuleResponse type exposes the following members

Constructors

NameDescription
Public Method GetAlarmMuteRuleResponse()

Properties

NameTypeDescription
Public Property AlarmMuteRuleArn System.String

Gets and sets the property AlarmMuteRuleArn.

The Amazon Resource Name (ARN) of the alarm mute rule.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Description System.String

Gets and sets the property Description.

The description of the alarm mute rule.

Public Property ExpireDate System.DateTime

Gets and sets the property ExpireDate.

The date and time when the mute rule expires and is no longer evaluated.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastUpdatedTimestamp System.DateTime

Gets and sets the property LastUpdatedTimestamp.

The date and time when the mute rule was last updated.

Public Property MuteTargets Amazon.CloudWatch.Model.MuteTargets

Gets and sets the property MuteTargets.

Specifies which alarms this rule applies to.

Public Property MuteType System.String

Gets and sets the property MuteType.

Indicates whether the mute rule is one-time or recurring. Valid values are ONE_TIME or RECURRING.

Public Property Name System.String

Gets and sets the property Name.

The name of the alarm mute rule.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Rule Amazon.CloudWatch.Model.Rule

Gets and sets the property Rule.

The configuration that defines when and how long alarms are muted.

Public Property StartDate System.DateTime

Gets and sets the property StartDate.

The date and time when the mute rule becomes active. If not set, the rule is active immediately.

Public Property Status Amazon.CloudWatch.AlarmMuteRuleStatus

Gets and sets the property Status.

The current status of the alarm mute rule. Valid values are SCHEDULED, ACTIVE, or EXPIRED.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5