AWSIoTGetPercentilesResponse
Objective-C
@interface AWSIoTGetPercentilesResponse
Swift
class AWSIoTGetPercentilesResponse
-
The percentile values of the aggregated fields.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTPercentPair *> *_Nullable percentiles;
Swift
var percentiles: [AWSIoTPercentPair]? { get set }