Class: Aws::MediaConvert::Types::UpdatePresetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::UpdatePresetResponse
- Includes:
- Structure
- Defined in:
- 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.
12746 12747 12748 12749 12750 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12746 class UpdatePresetResponse < Struct.new( :preset) SENSITIVE = [] include Aws::Structure end |