UpdateApprovalRuleTemplateDescriptionInput
public struct UpdateApprovalRuleTemplateDescriptionInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The updated description of the approval rule template.
Declaration
Swift
public let approvalRuleTemplateDescription: String
-
The name of the template for which you want to update the description.
Declaration
Swift
public let approvalRuleTemplateName: String
-
Undocumented
Declaration
Swift
public init(approvalRuleTemplateDescription: String, approvalRuleTemplateName: String)
-
Declaration
Swift
public func validate(name: String) throws