Class: Aws::MediaConvert::Types::StartJobsQueryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::StartJobsQueryResponse
- Includes:
- Structure
- Defined in:
- 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.
14205 14206 14207 14208 14209 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 14205 class StartJobsQueryResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |