Class: Aws::MediaConvert::Types::GetPresetResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb

Overview

Successful get preset requests will return an OK message and the preset JSON.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#presetTypes::Preset

A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.

Returns:



5162
5163
5164
5165
5166
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 5162

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