Class: Aws::MediaConvert::Types::CreatePresetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::CreatePresetResponse
- 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
-
#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.
Instance Attribute Details
#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.
3207 3208 3209 3210 3211 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 3207 class CreatePresetResponse < Struct.new( :preset) SENSITIVE = [] include Aws::Structure end |