UpdateApprovalRuleTemplateNameInput
public struct UpdateApprovalRuleTemplateNameInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The new name you want to apply to the approval rule template.
Declaration
Swift
public let newApprovalRuleTemplateName: String
-
The current name of the approval rule template.
Declaration
Swift
public let oldApprovalRuleTemplateName: String
-
Undocumented
Declaration
Swift
public init(newApprovalRuleTemplateName: String, oldApprovalRuleTemplateName: String)
-
Declaration
Swift
public func validate(name: String) throws