Class: Aws::ElasticTranscoder::Types::ReadPresetRequest

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 ReadPresetRequest data as a hash:

{
  id: "Id", # required
}

The ‘ReadPresetRequest` 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)


4096
4097
4098
4099
4100
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 4096

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