ListApprovalRuleTemplatesInput
public struct ListApprovalRuleTemplatesInput : AWSShape
extension CodeCommit.ListApprovalRuleTemplatesInput: 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?
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil)
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CodeCommit.ListApprovalRuleTemplatesInput