UpdateRuleVersionRequest
public struct UpdateRuleVersionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The description.
Declaration
Swift
public let description: String? -
The rule expression.
Declaration
Swift
public let expression: String -
The language.
Declaration
Swift
public let language: Language -
The outcomes.
Declaration
Swift
public let outcomes: [String] -
The rule to update.
Declaration
Swift
public let rule: Rule -
The tags to assign to the rule version.
Declaration
Swift
public let tags: [Tag]? -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateRuleVersionRequest Structure Reference