class Aws::ElasticTranscoder::Types::UpdatePipelineStatusRequest

The `UpdatePipelineStatusRequest` structure.

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

data as a hash:

    {
      id: "Id", # required
      status: "PipelineStatus", # required
    }

@!attribute [rw] id

The identifier of the pipeline to update.
@return [String]

@!attribute [rw] status

The desired status of the pipeline:

* `Active`\: The pipeline is processing jobs.

* `Paused`\: The pipeline is not currently processing jobs.
@return [String]

Constants

SENSITIVE