ListRepositoriesForApprovalRuleTemplateOutput

public struct ListRepositoriesForApprovalRuleTemplateOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An enumeration token that allows the operation to batch the next results of the operation.

    Declaration

    Swift

    public let nextToken: String?
  • A list of repository names that are associated with the specified approval rule template.

    Declaration

    Swift

    public let repositoryNames: [String]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, repositoryNames: [String]? = nil)