Class: Aws::MediaConvert::Types::ListVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::ListVersionsRequest
- 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
-
#max_results ⇒ Integer
Optional.
-
#next_token ⇒ String
Optional.
Instance Attribute Details
#max_results ⇒ Integer
Optional. Number of valid Job engine versions, up to twenty, that will be returned at one time.
9892 9893 9894 9895 9896 9897 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9892 class ListVersionsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Optional. Use this string, provided with the response to a previous request, to request the next batch of Job engine versions.
9892 9893 9894 9895 9896 9897 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9892 class ListVersionsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |