Class: Aws::MediaConvert::Types::StartJobsQueryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::StartJobsQueryResponse
- Defined in:
- gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb
Overview
Successful requests return an ID that corresponds to an asynchronous 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.
13341 13342 13343 13344 13345 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 13341 class StartJobsQueryResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |