UpdateAuditSuppressionRequest
public struct UpdateAuditSuppressionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let checkName: String -
The description of the audit suppression.
Declaration
Swift
public let description: String? -
The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.
Declaration
Swift
public let expirationDate: TimeStamp? -
Undocumented
Declaration
Swift
public let resourceIdentifier: ResourceIdentifier -
Indicates whether a suppression should exist indefinitely or not.
Declaration
Swift
public let suppressIndefinitely: Bool? -
Undocumented
Declaration
Swift
public init(checkName: String, description: String? = nil, expirationDate: TimeStamp? = nil, resourceIdentifier: ResourceIdentifier, suppressIndefinitely: Bool? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateAuditSuppressionRequest Structure Reference