Class: Aws::MediaConvert::Types::CreatePresetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::CreatePresetRequest
- Defined in:
- gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb
Overview
Send your create preset request with the name of the preset and the JSON for the output settings specified by the preset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category ⇒ String
Optional.
-
#description ⇒ String
Optional.
-
#name ⇒ String
The name of the preset you are creating.
-
#settings ⇒ Types::PresetSettings
Settings for preset.
-
#tags ⇒ Hash<String,String>
The tags that you want to add to the resource.
Instance Attribute Details
#category ⇒ String
Optional. A category for the preset you are creating.
3197 3198 3199 3200 3201 3202 3203 3204 3205 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 3197 class CreatePresetRequest < Struct.new( :category, :description, :name, :settings, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Optional. A description of the preset you are creating.
3197 3198 3199 3200 3201 3202 3203 3204 3205 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 3197 class CreatePresetRequest < Struct.new( :category, :description, :name, :settings, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the preset you are creating.
3197 3198 3199 3200 3201 3202 3203 3204 3205 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 3197 class CreatePresetRequest < Struct.new( :category, :description, :name, :settings, :tags) SENSITIVE = [] include Aws::Structure end |
#settings ⇒ Types::PresetSettings
Settings for preset
3197 3198 3199 3200 3201 3202 3203 3204 3205 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 3197 class CreatePresetRequest < Struct.new( :category, :description, :name, :settings, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key.
3197 3198 3199 3200 3201 3202 3203 3204 3205 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 3197 class CreatePresetRequest < Struct.new( :category, :description, :name, :settings, :tags) SENSITIVE = [] include Aws::Structure end |