AWSIoTListMetricValuesRequest
Objective-C
@interface AWSIoTListMetricValuesRequest
Swift
class AWSIoTListMetricValuesRequest
-
The dimension name.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable dimensionName;
Swift
var dimensionName: String? { get set }
-
The dimension value operator.
Declaration
Objective-C
@property (nonatomic) AWSIoTDimensionValueOperator dimensionValueOperator;
Swift
var dimensionValueOperator: AWSIoTDimensionValueOperator { get set }
-
The end of the time period for which metric values are returned.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable endTime;
Swift
var endTime: Date? { get set }
-
The maximum number of results to return at one time.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;
Swift
var maxResults: NSNumber? { get set }
-
The name of the security profile metric for which values are returned.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable metricName;
Swift
var metricName: String? { get set }
-
The token for the next set of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
The start of the time period for which metric values are returned.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable startTime;
Swift
var startTime: Date? { get set }
-
The name of the thing for which security profile metric values are returned.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable thingName;
Swift
var thingName: String? { get set }