Class: Aws::Types::GetAlarmMuteRuleOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetAlarmMuteRuleOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_mute_rule_arn ⇒ ::String
Returns the value of attribute alarm_mute_rule_arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#expire_date ⇒ ::Time
Returns the value of attribute expire_date.
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
-
#mute_targets ⇒ Types::MuteTargets
Returns the value of attribute mute_targets.
-
#mute_type ⇒ ::String
Returns the value of attribute mute_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rule ⇒ Types::Rule
Returns the value of attribute rule.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
-
#status ⇒ "SCHEDULED", ...
Returns the value of attribute status.
Instance Attribute Details
#alarm_mute_rule_arn ⇒ ::String
Returns the value of attribute alarm_mute_rule_arn.
385 386 387 |
# File 'sig/types.rbs', line 385 def alarm_mute_rule_arn @alarm_mute_rule_arn end |
#description ⇒ ::String
Returns the value of attribute description.
386 387 388 |
# File 'sig/types.rbs', line 386 def description @description end |
#expire_date ⇒ ::Time
Returns the value of attribute expire_date.
390 391 392 |
# File 'sig/types.rbs', line 390 def expire_date @expire_date end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
392 393 394 |
# File 'sig/types.rbs', line 392 def @last_updated_timestamp end |
#mute_targets ⇒ Types::MuteTargets
Returns the value of attribute mute_targets.
388 389 390 |
# File 'sig/types.rbs', line 388 def mute_targets @mute_targets end |
#mute_type ⇒ ::String
Returns the value of attribute mute_type.
393 394 395 |
# File 'sig/types.rbs', line 393 def mute_type @mute_type end |
#name ⇒ ::String
Returns the value of attribute name.
384 385 386 |
# File 'sig/types.rbs', line 384 def name @name end |
#rule ⇒ Types::Rule
Returns the value of attribute rule.
387 388 389 |
# File 'sig/types.rbs', line 387 def rule @rule end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
389 390 391 |
# File 'sig/types.rbs', line 389 def start_date @start_date end |
#status ⇒ "SCHEDULED", ...
Returns the value of attribute status.
391 392 393 |
# File 'sig/types.rbs', line 391 def status @status end |