Class: Aws::CloudWatch::Types::DeleteAlarmsInput

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

Overview

Note:

When making an API call, you may pass DeleteAlarmsInput data as a hash:

{
  alarm_names: ["AlarmName"], # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_namesArray<String>

The alarms to be deleted.

Returns:

  • (Array<String>)


155
156
157
158
# File 'lib/aws-sdk-cloudwatch/types.rb', line 155

class DeleteAlarmsInput < Struct.new(
  :alarm_names)
  include Aws::Structure
end