Class: Aws::ElasticTranscoder::Types::ReadPipelineRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elastictranscoder/types.rb

Overview

The ‘ReadPipelineRequest` structure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the pipeline to read.

Returns:

  • (String)


3150
3151
3152
3153
3154
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 3150

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