Class: Aws::ElasticTranscoder::Types::UpdatePipelineStatusResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ElasticTranscoder::Types::UpdatePipelineStatusResponse
 
 
- 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
- 
  
    
      #pipeline  ⇒ Types::Pipeline 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A section of the response body that provides information about the pipeline.
 
Instance Attribute Details
#pipeline ⇒ Types::Pipeline
A section of the response body that provides information about the pipeline.
      3756 3757 3758 3759 3760  | 
    
      # File 'lib/aws-sdk-elastictranscoder/types.rb', line 3756 class UpdatePipelineStatusResponse < Struct.new( :pipeline) SENSITIVE = [] include Aws::Structure end  |