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.
3726 3727 3728 3729 3730 3731 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 3726 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.
3726 3727 3728 3729 3730 3731 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 3726 class UpdatePipelineStatusRequest < Struct.new( :id, :status) SENSITIVE = [] include Aws::Structure end |