Class: Aws::MediaConvert::Types::CreatePresetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::CreatePresetResponse
- Includes:
- Structure
- Defined in:
- 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.
3217 3218 3219 3220 3221 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 3217 class CreatePresetResponse < Struct.new( :preset) SENSITIVE = [] include Aws::Structure end |