Class: Aws::ElasticTranscoder::Types::CreatePresetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticTranscoder::Types::CreatePresetResponse
- Defined in:
- gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb
Overview
The CreatePresetResponse
structure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#preset ⇒ Types::Preset
A section of the response body that provides information about the preset that is created.
-
#warning ⇒ String
If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard.
Instance Attribute Details
#preset ⇒ Types::Preset
A section of the response body that provides information about the preset that is created.
1261 1262 1263 1264 1265 1266 |
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 1261 class CreatePresetResponse < Struct.new( :preset, :warning) SENSITIVE = [] include Aws::Structure end |
#warning ⇒ String
If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.
1261 1262 1263 1264 1265 1266 |
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 1261 class CreatePresetResponse < Struct.new( :preset, :warning) SENSITIVE = [] include Aws::Structure end |