Class: Aws::CloudWatch::Types::AlarmMuteRuleSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::AlarmMuteRuleSummary
- Defined in:
- gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb
Overview
Summary information about an alarm mute rule, including its name, status, and configuration details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alarm_mute_rule_arn ⇒ String
The Amazon Resource Name (ARN) of the alarm mute rule.
-
#expire_date ⇒ Time
The date and time when the mute rule expires and is no longer evaluated.
-
#last_updated_timestamp ⇒ Time
The date and time when the mute rule was last updated.
-
#mute_type ⇒ String
Indicates whether the mute rule is one-time or recurring.
-
#status ⇒ String
The current status of the alarm mute rule.
Instance Attribute Details
#alarm_mute_rule_arn ⇒ String
The Amazon Resource Name (ARN) of the alarm mute rule.
128 129 130 131 132 133 134 135 136 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 128 class AlarmMuteRuleSummary < Struct.new( :alarm_mute_rule_arn, :expire_date, :status, :mute_type, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#expire_date ⇒ Time
The date and time when the mute rule expires and is no longer evaluated. This field is only present if an expiration date was configured.
128 129 130 131 132 133 134 135 136 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 128 class AlarmMuteRuleSummary < Struct.new( :alarm_mute_rule_arn, :expire_date, :status, :mute_type, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#last_updated_timestamp ⇒ Time
The date and time when the mute rule was last updated.
128 129 130 131 132 133 134 135 136 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 128 class AlarmMuteRuleSummary < Struct.new( :alarm_mute_rule_arn, :expire_date, :status, :mute_type, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#mute_type ⇒ String
Indicates whether the mute rule is one-time or recurring. Valid
values are ONE_TIME or RECURRING.
128 129 130 131 132 133 134 135 136 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 128 class AlarmMuteRuleSummary < Struct.new( :alarm_mute_rule_arn, :expire_date, :status, :mute_type, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the alarm mute rule. Valid values are
SCHEDULED, ACTIVE, or EXPIRED.
128 129 130 131 132 133 134 135 136 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 128 class AlarmMuteRuleSummary < Struct.new( :alarm_mute_rule_arn, :expire_date, :status, :mute_type, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |