AWSAutoScalingAlarm
Objective-C
@interface AWSAutoScalingAlarm
Swift
class AWSAutoScalingAlarm
Describes an alarm.
-
The Amazon Resource Name (ARN) of the alarm.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable alarmARN;
Swift
var alarmARN: String? { get set }
-
The name of the alarm.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable alarmName;
Swift
var alarmName: String? { get set }