Class: Aws::MediaConvert::Types::CreatePresetResponse

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

Overview

Successful create preset requests will return 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:



3173
3174
3175
3176
3177
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 3173

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