AWSCloudWatchDimensionFilter
Objective-C
@interface AWSCloudWatchDimensionFilter
Swift
class AWSCloudWatchDimensionFilter
Represents filters for a dimension.
Required parameters: [Name]
-
The dimension name to be matched.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }
-
The value of the dimension to be matched.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable value;
Swift
var value: String? { get set }