Class: Aws::MediaConvert::Types::StartJobsQueryRequest

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

Overview

Start an asynchronous jobs query using the provided filters. To receive the list of jobs that match your query, call the GetJobsQueryResults API using the query ID returned by this API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filter_listArray<Types::JobsQueryFilter>

Optional. Provide an array of JobsQueryFilters for your StartJobsQuery request.

Returns:



14229
14230
14231
14232
14233
14234
14235
14236
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 14229

class StartJobsQueryRequest < Struct.new(
  :filter_list,
  :max_results,
  :next_token,
  :order)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Optional. Number of jobs, up to twenty, that will be included in the jobs query.

Returns:

  • (Integer)


14229
14230
14231
14232
14233
14234
14235
14236
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 14229

class StartJobsQueryRequest < Struct.new(
  :filter_list,
  :max_results,
  :next_token,
  :order)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Use this string to request the next batch of jobs matched by a jobs query.

Returns:

  • (String)


14229
14230
14231
14232
14233
14234
14235
14236
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 14229

class StartJobsQueryRequest < Struct.new(
  :filter_list,
  :max_results,
  :next_token,
  :order)
  SENSITIVE = []
  include Aws::Structure
end

#orderString

Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.

Returns:

  • (String)


14229
14230
14231
14232
14233
14234
14235
14236
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 14229

class StartJobsQueryRequest < Struct.new(
  :filter_list,
  :max_results,
  :next_token,
  :order)
  SENSITIVE = []
  include Aws::Structure
end