ListPipelinesResponse
public struct ListPipelinesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token to retrieve the next set of results, or null if there are no more results.
Declaration
Swift
public let nextToken: String?
-
A list of “PipelineSummary” objects.
Declaration
Swift
public let pipelineSummaries: [PipelineSummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, pipelineSummaries: [PipelineSummary]? = nil)