Class: Aws::Types::AlarmMuteRuleSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_mute_rule_arn::String

Returns the value of attribute alarm_mute_rule_arn.



32
33
34
# File 'sig/types.rbs', line 32

def alarm_mute_rule_arn
  @alarm_mute_rule_arn
end

#expire_date::Time

Returns the value of attribute expire_date.



33
34
35
# File 'sig/types.rbs', line 33

def expire_date
  @expire_date
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.



36
37
38
# File 'sig/types.rbs', line 36

def last_updated_timestamp
  @last_updated_timestamp
end

#mute_type::String

Returns the value of attribute mute_type.



35
36
37
# File 'sig/types.rbs', line 35

def mute_type
  @mute_type
end

#status"SCHEDULED", ...

Returns the value of attribute status.



34
35
36
# File 'sig/types.rbs', line 34

def status
  @status
end