Class: Aws::MediaConvert::Types::GetPresetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::GetPresetResponse
- Defined in:
- gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb
Overview
Successful get preset requests will return an OK message and 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.
5283 5284 5285 5286 5287 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 5283 class GetPresetResponse < Struct.new( :preset) SENSITIVE = [] include Aws::Structure end |