Class: Aws::MediaConvert::Types::UpdatePresetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::UpdatePresetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Modify a preset by sending a request with the preset name and any of the following that you wish to change: description, category, and transcoding settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category ⇒ String
The new category for the preset, if you are changing it.
-
#description ⇒ String
The new description for the preset, if you are changing it.
-
#name ⇒ String
The name of the preset you are modifying.
-
#settings ⇒ Types::PresetSettings
Settings for preset.
Instance Attribute Details
#category ⇒ String
The new category for the preset, if you are changing it.
13252 13253 13254 13255 13256 13257 13258 13259 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13252 class UpdatePresetRequest < Struct.new( :category, :description, :name, :settings) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The new description for the preset, if you are changing it.
13252 13253 13254 13255 13256 13257 13258 13259 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13252 class UpdatePresetRequest < Struct.new( :category, :description, :name, :settings) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the preset you are modifying.
13252 13253 13254 13255 13256 13257 13258 13259 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13252 class UpdatePresetRequest < Struct.new( :category, :description, :name, :settings) SENSITIVE = [] include Aws::Structure end |
#settings ⇒ Types::PresetSettings
Settings for preset
13252 13253 13254 13255 13256 13257 13258 13259 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13252 class UpdatePresetRequest < Struct.new( :category, :description, :name, :settings) SENSITIVE = [] include Aws::Structure end |