Class: Aws::CloudWatch::Types::DeleteAlarmMuteRuleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::DeleteAlarmMuteRuleInput
- 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 delete.
Instance Attribute Details
#alarm_mute_rule_name ⇒ String
The name of the alarm mute rule to delete.
528 529 530 531 532 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 528 class DeleteAlarmMuteRuleInput < Struct.new( :alarm_mute_rule_name) SENSITIVE = [] include Aws::Structure end |