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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elastictranscoder/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:



3199
3200
3201
3202
3203
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 3199

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