Class: Aws::CloudWatch::Types::GetAlarmMuteRuleInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatch/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_mute_rule_nameString

The name of the alarm mute rule to retrieve.

Returns:

  • (String)


1423
1424
1425
1426
1427
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1423

class GetAlarmMuteRuleInput < Struct.new(
  :alarm_mute_rule_name)
  SENSITIVE = []
  include Aws::Structure
end