AWSCloudWatchStatisticSet
Objective-C
@interface AWSCloudWatchStatisticSet
Swift
class AWSCloudWatchStatisticSet
Represents a set of statistics that describes a specific metric.
Required parameters: [SampleCount, Sum, Minimum, Maximum]
-
The maximum value of the sample set.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maximum;Swift
var maximum: NSNumber? { get set } -
The minimum value of the sample set.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable minimum;Swift
var minimum: NSNumber? { get set } -
The number of samples used for the statistic set.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable sampleCount;Swift
var sampleCount: NSNumber? { get set } -
The sum of values for the sample set.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable sum;Swift
var sum: NSNumber? { get set }
View on GitHub
Install in Dash
AWSCloudWatchStatisticSet Class Reference