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