ListAssociatedApprovalRuleTemplatesForRepositoryInput
public struct ListAssociatedApprovalRuleTemplatesForRepositoryInput : AWSShape
extension CodeCommit.ListAssociatedApprovalRuleTemplatesForRepositoryInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
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? -
The name of the repository for which you want to list all associated approval rule templates.
Declaration
Swift
public let repositoryName: String -
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, repositoryName: String) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CodeCommit.ListAssociatedApprovalRuleTemplatesForRepositoryInput
View on GitHub
ListAssociatedApprovalRuleTemplatesForRepositoryInput Structure Reference