AssociateApprovalRuleTemplateWithRepositoryInput
public struct AssociateApprovalRuleTemplateWithRepositoryInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name for the approval rule template.
Declaration
Swift
public let approvalRuleTemplateName: String -
The name of the repository that you want to associate with the template.
Declaration
Swift
public let repositoryName: String -
Undocumented
Declaration
Swift
public init(approvalRuleTemplateName: String, repositoryName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AssociateApprovalRuleTemplateWithRepositoryInput Structure Reference