AWSIoTListSecurityProfilesRequest
Objective-C
@interface AWSIoTListSecurityProfilesRequest
Swift
class AWSIoTListSecurityProfilesRequest
-
A filter to limit results to the security profiles that use the defined dimension. Cannot be used with
metricNameDeclaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable dimensionName;Swift
var dimensionName: String? { 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 custom metric. Cannot be used with
dimensionName.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 }
View on GitHub
Install in Dash
AWSIoTListSecurityProfilesRequest Class Reference