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.
3139 3140 3141 3142 3143 |
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 3139 class ReadPipelineRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |