Class: Aws::MediaConvert::Types::ListVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::ListVersionsResponse
- 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
-
#next_token ⇒ String
Optional.
-
#versions ⇒ Array<Types::JobEngineVersion>
Retrieve a JSON array of all available Job engine versions and the date they expire.
Instance Attribute Details
#next_token ⇒ String
Optional. Use this string, provided with the response to a previous request, to request the next batch of Job engine versions.
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 |
#versions ⇒ Array<Types::JobEngineVersion>
Retrieve a JSON array of all available Job engine versions and the date they expire.
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 |