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.

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:



4761
4762
4763
4764
4765
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 4761

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