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

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

Overview

Note:

When making an API call, you may pass DeletePresetRequest data as a hash:

{
  id: "Id", # required
}

The ‘DeletePresetRequest` structure.

Instance Attribute Summary collapse

Instance Attribute Details

#idString

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

Returns:

  • (String)


1923
1924
1925
1926
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 1923

class DeletePresetRequest < Struct.new(
  :id)
  include Aws::Structure
end