Class: Aws::ElasticTranscoder::Types::ReadPipelineRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ElasticTranscoder::Types::ReadPipelineRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-elastictranscoder/types.rb
 
Overview
The ‘ReadPipelineRequest` structure.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the pipeline to read.
 
Instance Attribute Details
#id ⇒ String
The identifier of the pipeline to read.
      3150 3151 3152 3153 3154  | 
    
      # File 'lib/aws-sdk-elastictranscoder/types.rb', line 3150 class ReadPipelineRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end  |