class Amazonite::CloudWatch::GetAlarmMuteRuleOutput

Included Modules

Defined in:

cloudwatch/get_alarm_mute_rule_output.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(name : String | Nil = nil, alarm_mute_rule_arn : String | Nil = nil, description : String | Nil = nil, rule : Rule | Nil = nil, mute_targets : MuteTargets | Nil = nil, start_date : Time | Nil = nil, expire_date : Time | Nil = nil, status : AlarmMuteRuleStatus | Nil = nil, last_updated_timestamp : Time | Nil = nil, mute_type : String | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def alarm_mute_rule_arn : String | Nil #

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


[View source]
def alarm_mute_rule_arn=(alarm_mute_rule_arn : String | Nil) #

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


[View source]
def description : String | Nil #

The description of the alarm mute rule.


[View source]
def description=(description : String | Nil) #

The description of the alarm mute rule.


[View source]
def expire_date : Time | Nil #

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


[View source]
def expire_date=(expire_date : Time | Nil) #

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


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def last_updated_timestamp : Time | Nil #

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


[View source]
def last_updated_timestamp=(last_updated_timestamp : Time | Nil) #

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


[View source]
def mute_targets : MuteTargets | Nil #

Specifies which alarms this rule applies to.


[View source]
def mute_targets=(mute_targets : MuteTargets | Nil) #

Specifies which alarms this rule applies to.


[View source]
def mute_type : String | Nil #

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


[View source]
def mute_type=(mute_type : String | Nil) #

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


[View source]
def name : String | Nil #

The name of the alarm mute rule.


[View source]
def name=(name : String | Nil) #

The name of the alarm mute rule.


[View source]
def rule : Rule | Nil #

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


[View source]
def rule=(rule : Rule | Nil) #

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


[View source]
def start_date : Time | Nil #

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


[View source]
def start_date=(start_date : Time | Nil) #

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


[View source]
def status : AlarmMuteRuleStatus | Nil #

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


[View source]
def status=(status : AlarmMuteRuleStatus | Nil) #

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


[View source]
def validate! : Nil #

[View source]