Class: Aws::ElasticTranscoder::Types::DeletePresetRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elastictranscoder/types.rb

Overview

The ‘DeletePresetRequest` structure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the preset for which you want to get detailed information.

Returns:

  • (String)


1291
1292
1293
1294
1295
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 1291

class DeletePresetRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end