Method: Aws::MediaConvert::Types::GetPresetRequest#name
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
#name ⇒ String
The name of the preset.
5486 5487 5488 5489 5490 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 5486 class GetPresetRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |