Class: Aws::MediaConvert::Types::GetJobsQueryResultsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::GetJobsQueryResultsRequest
- Defined in:
- gems/aws-sdk-mediaconvert/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.
5807 5808 5809 5810 5811 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 5807 class GetJobsQueryResultsRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |