AWSCloudWatchEnableAlarmActionsInput
Objective-C
@interface AWSCloudWatchEnableAlarmActionsInput
Swift
class AWSCloudWatchEnableAlarmActionsInput
-
The names of the alarms.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable alarmNames;
Swift
var alarmNames: [String]? { get set }