class Aws::DataPipeline::Types::SetStatusInput

Contains the parameters for SetStatus.

@note When making an API call, you may pass SetStatusInput

data as a hash:

    {
      pipeline_id: "id", # required
      object_ids: ["id"], # required
      status: "string", # required
    }

@!attribute [rw] pipeline_id

The ID of the pipeline that contains the objects.
@return [String]

@!attribute [rw] object_ids

The IDs of the objects. The corresponding objects can be either
physical or components, but not a mix of both types.
@return [Array<String>]

@!attribute [rw] status

The status to be set on all the objects specified in `objectIds`.
For components, use `PAUSE` or `RESUME`. For instances, use
`TRY_CANCEL`, `RERUN`, or `MARK_FINISHED`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/datapipeline-2012-10-29/SetStatusInput AWS API Documentation

Constants

SENSITIVE