Class: Aws::CloudWatch::Types::EnableAlarmActionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::EnableAlarmActionsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alarm_names ⇒ Array<String>
The names of the alarms.
Instance Attribute Details
#alarm_names ⇒ Array<String>
The names of the alarms.
1040 1041 1042 1043 1044 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1040 class EnableAlarmActionsInput < Struct.new( :alarm_names) SENSITIVE = [] include Aws::Structure end |