GetArchiveRuleRequest
public struct GetArchiveRuleRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the analyzer to retrieve rules from.
Declaration
Swift
public let analyzerName: String
-
The name of the rule to retrieve.
Declaration
Swift
public let ruleName: String
-
Undocumented
Declaration
Swift
public init(analyzerName: String, ruleName: String)
-
Declaration
Swift
public func validate(name: String) throws