Class: Aws::ElasticTranscoder::Types::ReadJobRequest

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

{
  id: "Id", # required
}

The ‘ReadJobRequest` structure.

Instance Attribute Summary collapse

Instance Attribute Details

#idString

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

Returns:

  • (String)


3960
3961
3962
3963
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 3960

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