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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elastictranscoder/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pipelineTypes::Pipeline

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

Returns:



3756
3757
3758
3759
3760
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 3756

class UpdatePipelineStatusResponse < Struct.new(
  :pipeline)
  SENSITIVE = []
  include Aws::Structure
end