DeactivatePipelineInput

public struct DeactivatePipelineInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.

    Declaration

    Swift

    public let cancelActive: Bool?
  • The ID of the pipeline.

    Declaration

    Swift

    public let pipelineId: String
  • Undocumented

    Declaration

    Swift

    public init(cancelActive: Bool? = nil, pipelineId: String)
  • Declaration

    Swift

    public func validate(name: String) throws