Class: Aws::CloudWatch::Types::EnableAlarmActionsInput

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 EnableAlarmActionsInput data as a hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_namesArray<String>

The names of the alarms.

Returns:

  • (Array<String>)


472
473
474
475
# File 'lib/aws-sdk-cloudwatch/types.rb', line 472

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