ListRepositoriesForApprovalRuleTemplateInput
public struct ListRepositoriesForApprovalRuleTemplateInput : AWSShape
extension CodeCommit.ListRepositoriesForApprovalRuleTemplateInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the approval rule template for which you want to list repositories that are associated with that template.
Declaration
Swift
public let approvalRuleTemplateName: String
-
A non-zero, non-negative integer used to limit the number of returned results.
Declaration
Swift
public let maxResults: Int?
-
An enumeration token that, when provided in a request, returns the next batch of the results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(approvalRuleTemplateName: String, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CodeCommit.ListRepositoriesForApprovalRuleTemplateInput