AWSIoTListAuditSuppressionsRequest
Objective-C
@interface AWSIoTListAuditSuppressionsRequest
Swift
class AWSIoTListAuditSuppressionsRequest
-
Determines whether suppressions are listed in ascending order by expiration date or not. If parameter isn’t provided,
ascendingOrder=true
.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable ascendingOrder;
Swift
var ascendingOrder: NSNumber? { get set }
-
An audit check name. Checks must be enabled for your account. (Use
DescribeAccountAuditConfiguration
to see the list of all checks, including those that are enabled or useUpdateAccountAuditConfiguration
to select which checks are enabled.)Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable checkName;
Swift
var checkName: String? { get set }
-
The maximum number of results to return at one time. The default is 25.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;
Swift
var maxResults: NSNumber? { 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 }
-
Information that identifies the noncompliant resource.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTResourceIdentifier *_Nullable resourceIdentifier;
Swift
var resourceIdentifier: AWSIoTResourceIdentifier? { get set }