Class: Aws::Types::PutAlarmMuteRuleInput
- Inherits:
-
Object
- Object
- Aws::Types::PutAlarmMuteRuleInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#expire_date ⇒ ::Time
Returns the value of attribute expire_date.
-
#mute_targets ⇒ Types::MuteTargets
Returns the value of attribute mute_targets.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rule ⇒ Types::Rule
Returns the value of attribute rule.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
884 885 886 |
# File 'sig/types.rbs', line 884 def description @description end |
#expire_date ⇒ ::Time
Returns the value of attribute expire_date.
889 890 891 |
# File 'sig/types.rbs', line 889 def expire_date @expire_date end |
#mute_targets ⇒ Types::MuteTargets
Returns the value of attribute mute_targets.
886 887 888 |
# File 'sig/types.rbs', line 886 def mute_targets @mute_targets end |
#name ⇒ ::String
Returns the value of attribute name.
883 884 885 |
# File 'sig/types.rbs', line 883 def name @name end |
#rule ⇒ Types::Rule
Returns the value of attribute rule.
885 886 887 |
# File 'sig/types.rbs', line 885 def rule @rule end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
888 889 890 |
# File 'sig/types.rbs', line 888 def start_date @start_date end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
887 888 889 |
# File 'sig/types.rbs', line 887 def @tags end |