ListPipelineExecutionsInput

public struct ListPipelineExecutionsInput : AWSShape
extension CodePipeline.ListPipelineExecutionsInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Pipeline history is limited to the most recent 12 months, based on pipeline execution start times. Default value is 100.

    Declaration

    Swift

    public let maxResults: Int?
  • The token that was returned from the previous ListPipelineExecutions call, which can be used to return the next set of pipeline executions in the list.

    Declaration

    Swift

    public let nextToken: String?
  • The name of the pipeline for which you want to get execution summary information.

    Declaration

    Swift

    public let pipelineName: String
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil, pipelineName: String)
  • Declaration

    Swift

    public func validate(name: String) throws