class
Amazonite::CloudWatch::DeleteAlarmsInput
- Amazonite::CloudWatch::DeleteAlarmsInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/delete_alarms_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#alarm_names : Array(String)
The alarms to be deleted.
-
#alarm_names=(alarm_names : Array(String))
The alarms to be deleted.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def alarm_names : Array(String)
#
The alarms to be deleted. Do not enclose the alarm names in quote marks.
def alarm_names=(alarm_names : Array(String))
#
The alarms to be deleted. Do not enclose the alarm names in quote marks.