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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elastictranscoder/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 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 3150

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