Class: Aws::ElasticTranscoder::Types::UpdatePipelineStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticTranscoder::Types::UpdatePipelineStatusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elastictranscoder/types.rb
Overview
The UpdatePipelineStatusRequest structure.
Constant Summary collapse
- SENSITIVE =
[]
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.
3740 3741 3742 3743 3744 3745 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 3740 class UpdatePipelineStatusRequest < Struct.new( :id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The desired status of the pipeline:
-
Active: The pipeline is processing jobs. -
Paused: The pipeline is not currently processing jobs.
3740 3741 3742 3743 3744 3745 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 3740 class UpdatePipelineStatusRequest < Struct.new( :id, :status) SENSITIVE = [] include Aws::Structure end |