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
- Struct
- Aws::ElasticTranscoder::Types::UpdatePipelineStatusRequest
- 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
-
#id ⇒ String
The identifier of the pipeline to update.
-
#status ⇒ String
The desired status of the pipeline:.
Instance Attribute Details
#id ⇒ String
The identifier of the pipeline to update.
#status ⇒ String
The desired status of the pipeline:
Active
: The pipeline is processing jobs.Paused
: The pipeline is not currently processing jobs.