You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticTranscoder::Types::UpdatePipelineStatusRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdatePipelineStatusRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

The UpdatePipelineStatusRequest structure.

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the pipeline to update.

Returns:

  • (String)

    The identifier of the pipeline to update.

#statusString

The desired status of the pipeline:

  • Active: The pipeline is processing jobs.

  • Paused: The pipeline is not currently processing jobs.

Returns:

  • (String)

    The desired status of the pipeline:.