Class: Aws::ElasticTranscoder::Types::ReadPresetResponse

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

Overview

The ‘ReadPresetResponse` structure.

Instance Attribute Summary collapse

Instance Attribute Details

#presetTypes::Preset

A section of the response body that provides information about the preset.

Returns:



4059
4060
4061
4062
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 4059

class ReadPresetResponse < Struct.new(
  :preset)
  include Aws::Structure
end