Class: Aws::MediaConvert::Types::StartJobsQueryResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

The ID of the jobs query.

Returns:

  • (String)


13484
13485
13486
13487
13488
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13484

class StartJobsQueryResponse < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end