ListAssociatedApprovalRuleTemplatesForRepositoryOutput
public struct ListAssociatedApprovalRuleTemplatesForRepositoryOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The names of all approval rule templates associated with the repository.
Declaration
Swift
public let approvalRuleTemplateNames: [String]?
-
An enumeration token that allows the operation to batch the next results of the operation.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(approvalRuleTemplateNames: [String]? = nil, nextToken: String? = nil)