Class: Aws::CloudWatch::Types::EnableAlarmActionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::EnableAlarmActionsInput
- Defined in:
- gems/aws-sdk-cloudwatch/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.
1143 1144 1145 1146 1147 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1143 class EnableAlarmActionsInput < Struct.new( :alarm_names) SENSITIVE = [] include Aws::Structure end |