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.
3741 3742 3743 3744 3745 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 3741 class UpdatePipelineStatusResponse < Struct.new( :pipeline) SENSITIVE = [] include Aws::Structure end |