ListPipelinesInput
public struct ListPipelinesInput : AWSShape
extension CodePipeline.ListPipelinesInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An identifier that was returned from the previous list pipelines call. It can be used to return the next set of pipelines in the list.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CodePipeline.ListPipelinesInput