Class: Aws::CloudWatch::Types::DeleteAlarmsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::DeleteAlarmsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alarm_names ⇒ Array<String>
The alarms to be deleted.
Instance Attribute Details
#alarm_names ⇒ Array<String>
The alarms to be deleted. Do not enclose the alarm names in quote marks.
430 431 432 433 434 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 430 class DeleteAlarmsInput < Struct.new( :alarm_names) SENSITIVE = [] include Aws::Structure end |