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
303 |
# File 'sig/client.rbs', line 303
def alarm_mute_rule_arn: () -> ::String
|
#description ⇒ ::String
304 |
# File 'sig/client.rbs', line 304
def description: () -> ::String
|
#expire_date ⇒ ::Time
308 |
# File 'sig/client.rbs', line 308
def expire_date: () -> ::Time
|
#last_updated_timestamp ⇒ ::Time
310 |
# File 'sig/client.rbs', line 310
def last_updated_timestamp: () -> ::Time
|
#mute_targets ⇒ Types::MuteTargets
306 |
# File 'sig/client.rbs', line 306
def mute_targets: () -> Types::MuteTargets
|
#mute_type ⇒ ::String
311 |
# File 'sig/client.rbs', line 311
def mute_type: () -> ::String
|
#name ⇒ ::String
302 |
# File 'sig/client.rbs', line 302
def name: () -> ::String
|
#start_date ⇒ ::Time
307 |
# File 'sig/client.rbs', line 307
def start_date: () -> ::Time
|
#status ⇒ "SCHEDULED", ...
309 |
# File 'sig/client.rbs', line 309
def status: () -> ("SCHEDULED" | "ACTIVE" | "EXPIRED")
|