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.

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)


8973
8974
8975
8976
8977
8978
# File 'lib/aws-sdk-mediaconvert/types.rb', line 8973

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)


8973
8974
8975
8976
8977
8978
# File 'lib/aws-sdk-mediaconvert/types.rb', line 8973

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