CreateAuditSuppressionRequest
public struct CreateAuditSuppressionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let checkName: String
-
The epoch timestamp in seconds at which this suppression expires.
Declaration
Swift
public let clientRequestToken: String
-
The description of the audit suppression.
Declaration
Swift
public let description: String?
-
The epoch timestamp in seconds at which this suppression expires.
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?
-
init(checkName:clientRequestToken:description:expirationDate:resourceIdentifier:suppressIndefinitely:)
Undocumented
Declaration
Swift
public init(checkName: String, clientRequestToken: String = CreateAuditSuppressionRequest.idempotencyToken(), description: String? = nil, expirationDate: TimeStamp? = nil, resourceIdentifier: ResourceIdentifier, suppressIndefinitely: Bool? = nil)
-
Declaration
Swift
public func validate(name: String) throws