Class: Aws::ElasticTranscoder::Types::ReadPresetRequest

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 ReadPresetRequest data as a hash:

{
  id: "Id", # required
}

The ‘ReadPresetRequest` structure.

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the preset for which you want to get detailed information.

Returns:

  • (String)


4031
4032
4033
4034
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 4031

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