AWSCloudWatchDescribeAlarmsInput
Objective-C
@interface AWSCloudWatchDescribeAlarmsInput
Swift
class AWSCloudWatchDescribeAlarmsInput
-
The action name prefix.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable actionPrefix;
Swift
var actionPrefix: String? { get set }
-
The alarm name prefix. If this parameter is specified, you cannot specify
AlarmNames
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable alarmNamePrefix;
Swift
var alarmNamePrefix: String? { get set }
-
The names of the alarms.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable alarmNames;
Swift
var alarmNames: [String]? { get set }
-
The maximum number of alarm descriptions to retrieve.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxRecords;
Swift
var maxRecords: NSNumber? { get set }
-
The token returned by a previous call to indicate that there is more data available.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
The state value to be used in matching alarms.
Declaration
Objective-C
@property (nonatomic) AWSCloudWatchStateValue stateValue;
Swift
var stateValue: AWSCloudWatchStateValue { get set }