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.
13484 13485 13486 13487 13488 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13484 class StartJobsQueryResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |