Class: Aws::MediaConvert::Types::ListVersionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconvert/types.rb

Overview

Retrieve a JSON array of all available Job engine versions and the date they expire. Job engine versions are in YYYY-MM-DD format. Note that the Job engine version feature is not publicly available at this time. To request access, contact AWS support.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Optional. Number of valid Job engine versions, up to twenty, that will be returned at one time.

Returns:

  • (Integer)


9977
9978
9979
9980
9981
9982
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9977

class ListVersionsRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Optional. Use this string, provided with the response to a previous request, to request the next batch of Job engine versions.

Returns:

  • (String)


9977
9978
9979
9980
9981
9982
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9977

class ListVersionsRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end