DeleteArchiveRuleRequest
public struct DeleteArchiveRuleRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the analyzer that associated with the archive rule to delete.
Declaration
Swift
public let analyzerName: String -
A client token.
Declaration
Swift
public let clientToken: String? -
The name of the rule to delete.
Declaration
Swift
public let ruleName: String -
Undocumented
Declaration
Swift
public init(analyzerName: String, clientToken: String? = DeleteArchiveRuleRequest.idempotencyToken(), ruleName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeleteArchiveRuleRequest Structure Reference