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

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

Overview

The ‘ReadPresetResponse` structure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#presetTypes::Preset

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

Returns:



4109
4110
4111
4112
4113
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 4109

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