Class: Aws::CloudWatch::Types::DisableAlarmActionsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_namesArray<String>

The names of the alarms.

Returns:

  • (Array<String>)


987
988
989
990
991
# File 'lib/aws-sdk-cloudwatch/types.rb', line 987

class DisableAlarmActionsInput < Struct.new(
  :alarm_names)
  SENSITIVE = []
  include Aws::Structure
end