Module: Aws::CloudWatch::Client::_GetAlarmMuteRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAlarmMuteRuleOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #alarm_mute_rule_arn ⇒ ::String
- #description ⇒ ::String
- #expire_date ⇒ ::Time
- #last_updated_timestamp ⇒ ::Time
- #mute_targets ⇒ Types::MuteTargets
- #mute_type ⇒ ::String
- #name ⇒ ::String
- #rule ⇒ Types::Rule
- #start_date ⇒ ::Time
- #status ⇒ "SCHEDULED", ...
Instance Method Details
#alarm_mute_rule_arn ⇒ ::String
301 |
# File 'sig/client.rbs', line 301
def alarm_mute_rule_arn: () -> ::String
|
#description ⇒ ::String
302 |
# File 'sig/client.rbs', line 302
def description: () -> ::String
|
#expire_date ⇒ ::Time
306 |
# File 'sig/client.rbs', line 306
def expire_date: () -> ::Time
|
#last_updated_timestamp ⇒ ::Time
308 |
# File 'sig/client.rbs', line 308
def last_updated_timestamp: () -> ::Time
|
#mute_targets ⇒ Types::MuteTargets
304 |
# File 'sig/client.rbs', line 304
def mute_targets: () -> Types::MuteTargets
|
#mute_type ⇒ ::String
309 |
# File 'sig/client.rbs', line 309
def mute_type: () -> ::String
|
#name ⇒ ::String
300 |
# File 'sig/client.rbs', line 300
def name: () -> ::String
|
#start_date ⇒ ::Time
305 |
# File 'sig/client.rbs', line 305
def start_date: () -> ::Time
|
#status ⇒ "SCHEDULED", ...
307 |
# File 'sig/client.rbs', line 307
def status: () -> ("SCHEDULED" | "ACTIVE" | "EXPIRED")
|