Class: Aws::CloudWatch::Types::GetAlarmMuteRuleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::GetAlarmMuteRuleInput
- Defined in:
- gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alarm_mute_rule_name ⇒ String
The name of the alarm mute rule to retrieve.
Instance Attribute Details
#alarm_mute_rule_name ⇒ String
The name of the alarm mute rule to retrieve.
1357 1358 1359 1360 1361 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1357 class GetAlarmMuteRuleInput < Struct.new( :alarm_mute_rule_name) SENSITIVE = [] include Aws::Structure end |