ListActionExecutionsInput

public struct ListActionExecutionsInput : AWSShape
extension CodePipeline.ListActionExecutionsInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Input information used to filter action execution history.

    Declaration

    Swift

    public let filter: ActionExecutionFilter?
  • The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Action execution history is retained for up to 12 months, based on action execution start times. Default value is 100. Detailed execution history is available for executions run on or after February 21, 2019.

    Declaration

    Swift

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

    Declaration

    Swift

    public let nextToken: String?
  • The name of the pipeline for which you want to list action execution history.

    Declaration

    Swift

    public let pipelineName: String
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws