Class: Aws::ElasticTranscoder::Types::UpdatePipelineStatusResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elastictranscoder/types.rb

Overview

When you update status for a pipeline, Elastic Transcoder returns the values that you specified in the request.

Instance Attribute Summary collapse

Instance Attribute Details

#pipelineTypes::Pipeline

A section of the response body that provides information about the pipeline.

Returns:



4673
4674
4675
4676
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 4673

class UpdatePipelineStatusResponse < Struct.new(
  :pipeline)
  include Aws::Structure
end