Class: Aws::ElasticTranscoder::Types::ReadPresetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticTranscoder::Types::ReadPresetRequest
- Defined in:
- gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb
Overview
The ReadPresetRequest
structure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the preset for which you want to get detailed information.
Instance Attribute Details
#id ⇒ String
The identifier of the preset for which you want to get detailed information.
3175 3176 3177 3178 3179 |
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 3175 class ReadPresetRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |