ListPipelineExecutionsOutput
public struct ListPipelineExecutionsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A token that can be used in the next ListPipelineExecutions call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.
Declaration
Swift
public let nextToken: String?
-
A list of executions in the history of a pipeline.
Declaration
Swift
public let pipelineExecutionSummaries: [PipelineExecutionSummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, pipelineExecutionSummaries: [PipelineExecutionSummary]? = nil)