Class: Aws::MediaConvert::Types::GetJobsQueryResultsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::GetJobsQueryResultsRequest
- 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
-
#id ⇒ String
The ID of the jobs query.
Instance Attribute Details
#id ⇒ String
The ID of the jobs query.
5801 5802 5803 5804 5805 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 5801 class GetJobsQueryResultsRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |