Class: Aws::MediaConvert::Types::UpdatePresetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::UpdatePresetResponse
- Defined in:
- gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb
Overview
Successful update preset requests will return the new 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.
15170 15171 15172 15173 15174 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 15170 class UpdatePresetResponse < Struct.new( :preset) SENSITIVE = [] include Aws::Structure end |