AWSIoTUpdateAuditSuppressionRequest

Objective-C

@interface AWSIoTUpdateAuditSuppressionRequest

Swift

class AWSIoTUpdateAuditSuppressionRequest
  • 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 use UpdateAccountAuditConfiguration to select which checks are enabled.)

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable checkName;

    Swift

    var checkName: String? { get set }
  • The description of the audit suppression.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable detail;

    Swift

    var detail: String? { get set }
  • The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable expirationDate;

    Swift

    var expirationDate: Date? { get set }
  • Information that identifies the noncompliant resource.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSIoTResourceIdentifier *_Nullable resourceIdentifier;

    Swift

    var resourceIdentifier: AWSIoTResourceIdentifier? { get set }
  • Indicates whether a suppression should exist indefinitely or not.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable suppressIndefinitely;

    Swift

    var suppressIndefinitely: NSNumber? { get set }