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

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

Overview

Note:

When making an API call, you may pass ReadPipelineRequest data as a hash:

{
  id: "Id", # required
}

The ‘ReadPipelineRequest` structure.

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the pipeline to read.

Returns:

  • (String)


3990
3991
3992
3993
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 3990

class ReadPipelineRequest < Struct.new(
  :id)
  include Aws::Structure
end