Class: Aws::MediaConvert::Types::GetPresetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::GetPresetResponse
- Includes:
- Structure
- Defined in:
- 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.
5273 5274 5275 5276 5277 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 5273 class GetPresetResponse < Struct.new( :preset) SENSITIVE = [] include Aws::Structure end |