Class: Aws::MediaConvert::Types::Preset
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::Preset
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
An identifier for this resource that is unique within all of AWS.
-
#category ⇒ String
An optional category you create to organize your presets.
-
#created_at ⇒ Time
The timestamp in epoch seconds for preset creation.
-
#description ⇒ String
An optional description you create for each preset.
-
#last_updated ⇒ Time
The timestamp in epoch seconds when the preset was last updated.
-
#name ⇒ String
A name you create for each preset.
-
#settings ⇒ Types::PresetSettings
Settings for preset.
-
#type ⇒ String
A preset can be of two types: system or custom.
Instance Attribute Details
#arn ⇒ String
An identifier for this resource that is unique within all of AWS.
11236 11237 11238 11239 11240 11241 11242 11243 11244 11245 11246 11247 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11236 class Preset < Struct.new( :arn, :category, :created_at, :description, :last_updated, :name, :settings, :type) SENSITIVE = [] include Aws::Structure end |
#category ⇒ String
An optional category you create to organize your presets.
11236 11237 11238 11239 11240 11241 11242 11243 11244 11245 11246 11247 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11236 class Preset < Struct.new( :arn, :category, :created_at, :description, :last_updated, :name, :settings, :type) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp in epoch seconds for preset creation.
11236 11237 11238 11239 11240 11241 11242 11243 11244 11245 11246 11247 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11236 class Preset < Struct.new( :arn, :category, :created_at, :description, :last_updated, :name, :settings, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
An optional description you create for each preset.
11236 11237 11238 11239 11240 11241 11242 11243 11244 11245 11246 11247 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11236 class Preset < Struct.new( :arn, :category, :created_at, :description, :last_updated, :name, :settings, :type) SENSITIVE = [] include Aws::Structure end |
#last_updated ⇒ Time
The timestamp in epoch seconds when the preset was last updated.
11236 11237 11238 11239 11240 11241 11242 11243 11244 11245 11246 11247 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11236 class Preset < Struct.new( :arn, :category, :created_at, :description, :last_updated, :name, :settings, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name you create for each preset. Each name must be unique within your account.
11236 11237 11238 11239 11240 11241 11242 11243 11244 11245 11246 11247 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11236 class Preset < Struct.new( :arn, :category, :created_at, :description, :last_updated, :name, :settings, :type) SENSITIVE = [] include Aws::Structure end |
#settings ⇒ Types::PresetSettings
Settings for preset
11236 11237 11238 11239 11240 11241 11242 11243 11244 11245 11246 11247 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11236 class Preset < Struct.new( :arn, :category, :created_at, :description, :last_updated, :name, :settings, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
A preset can be of two types: system or custom. System or built-in preset can’t be modified or deleted by the user.
11236 11237 11238 11239 11240 11241 11242 11243 11244 11245 11246 11247 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11236 class Preset < Struct.new( :arn, :category, :created_at, :description, :last_updated, :name, :settings, :type) SENSITIVE = [] include Aws::Structure end |