AWSCloudWatchDimension
Objective-C
@interface AWSCloudWatchDimension
Swift
class AWSCloudWatchDimension
Expands the identity of a metric.
Required parameters: [Name, Value]
-
The name of the dimension.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }
-
The value representing the dimension measurement.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable value;
Swift
var value: String? { get set }