Class: Aws::MediaConvert::Types::ListVersionsResponse

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

Overview

Successful list versions requests will return a JSON for available Job engine versions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#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)


8995
8996
8997
8998
8999
9000
# File 'lib/aws-sdk-mediaconvert/types.rb', line 8995

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

#versionsArray<Types::JobEngineVersion>

Retrieve a JSON array of all available Job engine versions and the date they expire.

Returns:



8995
8996
8997
8998
8999
9000
# File 'lib/aws-sdk-mediaconvert/types.rb', line 8995

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