UpdateArchiveRuleRequest
public struct UpdateArchiveRuleRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the analyzer to update the archive rules for.
Declaration
Swift
public let analyzerName: String
-
A client token.
Declaration
Swift
public let clientToken: String?
-
A filter to match for the rules to update. Only rules that match the filter are updated.
Declaration
Swift
public let filter: [String : Criterion]
-
The name of the rule to update.
Declaration
Swift
public let ruleName: String
-
Undocumented
Declaration
Swift
public init(analyzerName: String, clientToken: String? = UpdateArchiveRuleRequest.idempotencyToken(), filter: [String : Criterion], ruleName: String)
-
Declaration
Swift
public func validate(name: String) throws