Class: Aws::MediaConvert::Types::GetJobsQueryResultsRequest

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

Overview

Retrieve a JSON array of up to twenty of your most recent jobs matched by a jobs query.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the jobs query.

Returns:

  • (String)


5801
5802
5803
5804
5805
# File 'lib/aws-sdk-mediaconvert/types.rb', line 5801

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