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.
1020 1021 1022 1023 1024 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1020 class EnableAlarmActionsInput < Struct.new( :alarm_names) SENSITIVE = [] include Aws::Structure end |