Class: Aws::Types::AlarmMuteRuleSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_mute_rule_arn::String

Returns the value of attribute alarm_mute_rule_arn.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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

def mute_type
  @mute_type
end

#status"SCHEDULED", ...

Returns the value of attribute status.

Returns:

  • ("SCHEDULED", "ACTIVE", "EXPIRED")


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

def status
  @status
end