Method: Aws::MediaConvert::Types::UpdatePresetResponse#preset
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
#preset ⇒ Types::Preset
A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.
14137 14138 14139 14140 14141 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 14137 class UpdatePresetResponse < Struct.new( :preset) SENSITIVE = [] include Aws::Structure end |