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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

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

Returns:

  • (String)


4021
4022
4023
4024
4025
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 4021

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