ListPipelinesOutput
public struct ListPipelinesOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
If the amount of returned information is significantly large, an identifier is also returned. It can be used in a subsequent list pipelines call to return the next set of pipelines in the list.
Declaration
Swift
public let nextToken: String? -
The list of pipelines.
Declaration
Swift
public let pipelines: [PipelineSummary]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, pipelines: [PipelineSummary]? = nil)
View on GitHub
ListPipelinesOutput Structure Reference